enhance: [skip e2e]Enable compaction it test (#34526)

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
This commit is contained in:
XuanYang-cn 2024-07-15 20:45:39 +08:00 committed by GitHub
parent 1495b7a2c9
commit eb472b7f08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,6 +43,5 @@ func (s *CompactionSuite) TearDownSuite() {
}
func TestCompaction(t *testing.T) {
t.Skip("https://github.com/milvus-io/milvus/issues/33716")
suite.Run(t, new(CompactionSuite))
}