Skip to content

Commit

Permalink
Merge pull request ClickHouse#69299 from ClickHouse/tavplubix-patch-10
Browse files Browse the repository at this point in the history
Don't run 01287_max_execution_speed with slow builds
  • Loading branch information
nikitamikhaylov authored Sep 5, 2024
2 parents 4ad2b04 + 6621365 commit 2f668a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/queries/0_stateless/01287_max_execution_speed.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Tags: no-fasttest
-- Tags: no-fasttest, no-debug, no-tsan, no-msan, no-asan

SET min_execution_speed = 100000000000, timeout_before_checking_execution_speed = 0;
SELECT count() FROM system.numbers; -- { serverError TOO_SLOW }
Expand Down

0 comments on commit 2f668a0

Please sign in to comment.