Merge pull request #52338 from ClickHouse/Avogar-patch-2

Mark test 02125_many_mutations_2 as no-parallel to avoid flakiness
This commit is contained in:
Kruglov Pavel 2023-07-20 12:44:12 +02:00 committed by GitHub
commit 2d4dcb62f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Tags: long, no-tsan, no-debug, no-asan, no-msan, no-ubsan
# Tags: long, no-tsan, no-debug, no-asan, no-msan, no-ubsan, no-parallel
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh