Skip to content

Commit

Permalink
fix: [skip e2e] Skip unstable integration test for master (milvus-io#…
Browse files Browse the repository at this point in the history
…33824)

See also milvus-io#33716 milvus-io#33823

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
  • Loading branch information
congqixia authored and yellow-shine committed Jul 2, 2024
1 parent 2793cdd commit f0b1613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/compaction/compaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}
1 change: 1 addition & 0 deletions tests/integration/coordrecovery/coord_recovery_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}

0 comments on commit f0b1613

Please sign in to comment.