Skip to content

Commit

Permalink
adjust integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasjucker committed Jan 27, 2025
1 parent 979f9b7 commit 7869af5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@ def test_icon_extra_config_args():
"icon extra-config-args=--disable-new_feature,--enable-old_config_arg")


def test_int2lm_parallel():
spack_spec("int2lm +parallel")


def test_int2lm_no_parallel():
spack_spec("int2lm ~parallel")


def test_compilers():
run_with_spack("spack compilers", log=log_file("compilers"))

Expand Down

0 comments on commit 7869af5

Please sign in to comment.