From 94864a10e65f713f8449f75c2c3ee3eb2101fb0d Mon Sep 17 00:00:00 2001 From: Robert Schulze Date: Thu, 26 Jan 2023 19:12:20 +0000 Subject: [PATCH] Disable test in asan builds (too slow) --- tests/queries/0_stateless/02536_delta_gorilla_corruption.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/queries/0_stateless/02536_delta_gorilla_corruption.sql b/tests/queries/0_stateless/02536_delta_gorilla_corruption.sql index 94ee6c03c5c..74b5aa769f1 100644 --- a/tests/queries/0_stateless/02536_delta_gorilla_corruption.sql +++ b/tests/queries/0_stateless/02536_delta_gorilla_corruption.sql @@ -1,3 +1,6 @@ +-- Tags: no-asan +-- no-asan: the flaky check complains that the test sometimes runs > 60 sec on asan builds + select 'Original bug: the same query executed multiple times yielded different results.'; select 'For unclear reasons this happened only in Release builds, not in Debug builds.';