Skip to content

Commit 2603d47

Browse files
committed
Don't run new tests with paralell replicas
1 parent 67f8e1c commit 2603d47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/queries/0_stateless/04024_json_skip_index_bloom_filter.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Tags: no-fasttest
1+
-- Tags: no-fasttest, no-parallel-replicas
22
-- Test: bloom_filter skip index support for JSONAllPaths on JSON data type
33
--
44
-- Data layout: 2 parts x 2 granules each (index_granularity = 1, ORDER BY tuple()).

tests/queries/0_stateless/04024_json_skip_index_larger_granularity.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Tags: no-fasttest
1+
-- Tags: no-fasttest, no-parallel-replicas
22
-- Test: JSON skip index with larger granularity and multi-row granules
33
--
44
-- Data layout: 2 parts x 2 granules each (index_granularity = 3, ORDER BY tuple()).

tests/queries/0_stateless/04024_json_skip_index_token_ngram.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Tags: no-fasttest
1+
-- Tags: no-fasttest, no-parallel-replicas
22
-- Test: tokenbf_v1 and ngrambf_v1 skip index support for JSONAllPaths on JSON data type
33
--
44
-- Data layout: 2 parts x 2 granules each (index_granularity = 1, ORDER BY tuple()).

0 commit comments

Comments
 (0)