Skip to content

Commit 02e2cb2

Browse files
committed
Disable broken cagg_refresh_cleanup_register test
This fails most of the time and runs into 6 minute timeout prolonging ci runtimes
1 parent 07e31f2 commit 02e2cb2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsl/test/isolation/specs/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ if(CMAKE_BUILD_TYPE MATCHES Debug)
5050
cagg_concurrent_refresh_invalidation_cutting.spec
5151
cagg_hierarchical_concurrent_refresh.spec
5252
cagg_incremental_concurrent.spec
53-
cagg_refresh_cleanup_register.spec
53+
# disabled cause its flaky and takes 6 minutes when failing
54+
# cagg_refresh_cleanup_register.spec
5455
compact_chunk_concurrent.spec
5556
compression_chunk_race.spec
5657
direct_compress_copy.spec

0 commit comments

Comments
 (0)