Enable azure test

This commit is contained in:
Smita Kulkarni 2024-04-30 22:10:36 +02:00
parent 6556bd28dc
commit 697b5556a3

View File

@ -318,9 +318,6 @@ def main():
state, description, test_results, additional_logs = process_results(
result_path, server_log_path
)
# FIXME (alesapin)
if "azure" in check_name:
state = "success"
else:
print(
"This is validate bugfix or flaky check run, but no changes test to run - skip with success"