mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Do not run tests with 'no-s3-storage-with-slow-build' with ASan
This commit is contained in:
parent
9fb8c8263f
commit
6d5805d260
@ -1223,12 +1223,9 @@ class TestCase:
|
||||
return FailureReason.S3_STORAGE
|
||||
elif (
|
||||
tags
|
||||
and ("no-s3-storage-with-slow-build" in tags)
|
||||
and "no-s3-storage-with-slow-build" in tags
|
||||
and args.s3_storage
|
||||
and (
|
||||
BuildFlags.THREAD in args.build_flags
|
||||
or BuildFlags.DEBUG in args.build_flags
|
||||
)
|
||||
and BuildFlags.RELEASE not in args.build_flags
|
||||
):
|
||||
return FailureReason.S3_STORAGE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user