diff --git a/ci/ci_test.py b/ci/ci_test.py index da805ce..c312b6d 100644 --- a/ci/ci_test.py +++ b/ci/ci_test.py @@ -216,7 +216,7 @@ def ci_test(): 5000, ) else: - raise RuntimeError("Unable to run tests due to config migration failure") + raise if __name__ == "__main__":