From edefc3cbb5d13ef26f4fce1b71be6ca998bd6c62 Mon Sep 17 00:00:00 2001 From: XuanYang-cn Date: Tue, 16 Jul 2024 18:19:38 +0800 Subject: [PATCH] enhance: [skip e2e]Enable compaction it test (#34526) (#34720) pr: #34526 Signed-off-by: yangxuan --- tests/integration/compaction/compaction_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/compaction/compaction_test.go b/tests/integration/compaction/compaction_test.go index 475c026282..2e738e00fb 100644 --- a/tests/integration/compaction/compaction_test.go +++ b/tests/integration/compaction/compaction_test.go @@ -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)) }