mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
Skip data sync service test (#9571)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>
This commit is contained in:
parent
b6ec1783e4
commit
d0bc0cd697
@ -177,6 +177,7 @@ func TestDataSyncService_newDataSyncService(te *testing.T) {
|
||||
|
||||
// NOTE: start pulsar before test
|
||||
func TestDataSyncService_Start(t *testing.T) {
|
||||
t.Skip()
|
||||
const ctxTimeInMillisecond = 2000
|
||||
|
||||
delay := time.Now().Add(ctxTimeInMillisecond * time.Millisecond)
|
||||
|
Loading…
Reference in New Issue
Block a user