Skip to content

Commit 4e10dea

Browse files
committed
Excluded export tests from fast test run
1 parent 0828fe9 commit 4e10dea

4 files changed

+4
-3
lines changed

tests/queries/0_stateless/03572_export_merge_tree_part_to_object_storage.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
# Tags: no-fasttest
23

34
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
45
# shellcheck source=../shell_config.sh

tests/queries/0_stateless/03572_export_merge_tree_part_to_object_storage_simple.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Tags: no-parallel
1+
-- Tags: no-parallel, no-fasttest
22

33
DROP TABLE IF EXISTS 03572_mt_table, 03572_invalid_schema_table;
44

tests/queries/0_stateless/03572_export_replicated_merge_tree_part_to_object_storage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Tags: replica, no-parallel, no-replicated-database
2+
# Tags: replica, no-parallel, no-replicated-database, no-fasttest
33

44
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
55
# shellcheck source=../shell_config.sh

tests/queries/0_stateless/03572_export_replicated_merge_tree_part_to_object_storage_simple.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Tags: no-parallel
1+
-- Tags: no-parallel, no-fasttest
22

33
DROP TABLE IF EXISTS 03572_rmt_table, 03572_invalid_schema_table;
44

0 commit comments

Comments
 (0)