mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
fix: skip storage v2 unstable ut for now (#40378)
related: #39173 Signed-off-by: shaoting-huang <shaoting.huang@zilliz.com>
This commit is contained in:
parent
fde80bc8b7
commit
e0ec1aceeb
@ -28,6 +28,7 @@ import (
|
||||
|
||||
func TestPackedSerde(t *testing.T) {
|
||||
t.Run("test binlog packed serde v2", func(t *testing.T) {
|
||||
t.Skip("storage v2 cgo not ready yet")
|
||||
initcore.InitLocalArrowFileSystem("/tmp")
|
||||
size := 10
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user