mirror of https://github.com/milvus-io/milvus.git
Skip data sync service test (#9571)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>pull/9571/merge
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