diff --git a/cpp/run_automated_tests.py b/cpp/run_automated_tests.py index 192e18f184d..d70a6dc98c0 100644 --- a/cpp/run_automated_tests.py +++ b/cpp/run_automated_tests.py @@ -225,7 +225,7 @@ def run_special_case_tests(service): if len(cmake_files) == 0: print("No special tests found.") - return [1, 0, 0] + return [0, 0, 0] print("-" * 88) print(f"Running special tests for {service}.")