Turn off always green mode

This commit is contained in:
Kseniia Sumarokova 2022-09-05 16:16:49 +02:00 committed by GitHub
parent a819f2c75b
commit 360bc93c87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,9 +19,6 @@ def override_status(status, check_name, invert=False):
if CI_CONFIG["tests_config"].get(check_name, {}).get("force_tests", False):
return "success"
if "s3 storage" in check_name and ("debug" in check_name or "thread" in check_name):
return "success"
if invert:
if status == "success":
return "error"