Do not run tests with 'no-s3-storage-with-slow-build' with ASan

This commit is contained in:
vdimir 2024-05-24 14:54:39 +00:00
parent 9fb8c8263f
commit 6d5805d260
No known key found for this signature in database
GPG Key ID: 6EE4CE2BEDC51862

View File

@ -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