aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun_project_tests.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/run_project_tests.py b/run_project_tests.py
index 7c69267..0ae987d 100755
--- a/run_project_tests.py
+++ b/run_project_tests.py
@@ -545,7 +545,7 @@ def skippable(suite, test):
if test.endswith('10 gtk-doc'):
return True
- # NetCDF is not in the CI image
+ # NetCDF is not in the CI Docker image
if test.endswith('netcdf'):
return True
@@ -557,10 +557,6 @@ def skippable(suite, test):
if test.endswith('29 blocks'):
return True
- # tested on GitHub Actions instead of Docker
- if test.endswith('30 scalapack'):
- return True
-
# No frameworks test should be skipped on linux CI, as we expect all
# prerequisites to be installed
if mesonlib.is_linux():