aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun_project_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_project_tests.py b/run_project_tests.py
index 55ab6d4..926f4ef 100755
--- a/run_project_tests.py
+++ b/run_project_tests.py
@@ -972,7 +972,7 @@ def have_java() -> bool:
def skip_dont_care(t: TestDef) -> bool:
# Everything is optional when not running on CI
- if not under_ci:
+ if ci_jobname is None:
return True
# Non-frameworks test are allowed to determine their own skipping under CI (currently)