diff --git a/test/system_test.py b/test/system_test.py index 01725bbb4a..1842ff9422 100644 --- a/test/system_test.py +++ b/test/system_test.py @@ -685,10 +685,6 @@ def test_install_version_0_0_7(self): spack_install_and_test( 'py-icon4py @ 0.0.7 %gcc ^py-gt4py@1.0.1.3 ^python@3.10.4') - def test_install_version_0_0_8(self): - spack_install_and_test( - 'py-icon4py @ 0.0.8 %gcc ^py-gt4py@1.0.1.4 ^python@3.10.4') - class PyInflectionTest(unittest.TestCase):