CI: scalapack not skippable since it's now in Docker image

pull/6228/head
Michael Hirsch, Ph.D 5 years ago
parent 9e6e6f5b1c
commit 3120481d77
No known key found for this signature in database
GPG Key ID: 6D23CDADAB0294F9
  1. 6
      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():

Loading…
Cancel
Save