Skip to content

Commit 935cbd1

Browse files
authored
Merge pull request ClickHouse#79608 from azat/tests/03396_s3_do_not_retry_dns_errors
tests: fix 03396_s3_do_not_retry_dns_errors flakiness
2 parents fbf035d + 968957c commit 935cbd1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/queries/0_stateless/03396_s3_do_not_retry_dns_errors.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
2-
# Tags: no-fasttest
2+
# Tags: no-fasttest, no-parallel
3+
# Tag no-fasttest - requires S3
4+
# Tag no-parallel - in case of parallel test DROP TABLE execution time is unpredictable (due to other tables can be queued for removal)
35

46
# Test from https://github.com/ClickHouse/ClickHouse/issues/68663
57

0 commit comments

Comments
 (0)