mirror of https://github.com/milvus-io/milvus.git
fix: [skip e2e] Skip unstable integration test for master (#33824)
See also #33716 #33823 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/33817/head
parent
7d74edd6dd
commit
144ee269f2
|
@ -43,5 +43,6 @@ func (s *CompactionSuite) TearDownSuite() {
|
|||
}
|
||||
|
||||
func TestCompaction(t *testing.T) {
|
||||
t.Skip("https://github.com/milvus-io/milvus/issues/33716")
|
||||
suite.Run(t, new(CompactionSuite))
|
||||
}
|
||||
|
|
|
@ -296,5 +296,6 @@ func (s *CoordSwitchSuite) TestCoordSwitch() {
|
|||
}
|
||||
|
||||
func TestCoordSwitch(t *testing.T) {
|
||||
t.Skip("https://github.com/milvus-io/milvus/issues/33823")
|
||||
suite.Run(t, new(CoordSwitchSuite))
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue