diff --git a/tests/run_tests.py b/tests/run_tests.py index 4edc59630..cbb80d268 100755 --- a/tests/run_tests.py +++ b/tests/run_tests.py @@ -112,6 +112,8 @@ if len(sys.argv) > 1: else: for j in tests: if j.rfind(suffix) != -1: + if suffix == 'omp' and j == 'compile': + continue tests__.append(j) else: tests__.append(i) # append specific test (e.g., mpi-debug)