Skip to content

Commit e00e972

Browse files
committed
Stateless tests: mark blacklisted tests as failed when they succeed
1 parent 8a83611 commit e00e972

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/clickhouse-test

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3319,9 +3319,7 @@ def main(args):
33193319
blacklist_check = []
33203320

33213321
if args.no_parallel_replicas is True:
3322-
blacklist = try_get_skip_list(
3323-
base_dir, "../parallel_replicas_blacklist.txt"
3324-
)
3322+
blacklist = try_get_skip_list(base_dir, "../parallel_replicas_blacklist.txt")
33253323
blacklist_check.extend(blacklist)
33263324

33273325
for suite in sorted(os.listdir(base_dir), key=suite_key_func):

0 commit comments

Comments
 (0)