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

pr: #34526

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
This commit is contained in:
XuanYang-cn 2024-07-16 18:19:38 +08:00 committed by GitHub
parent 9cf1f03e89
commit edefc3cbb5
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))
}