From 39f9b28d4aabb1609d61488b7d990091d6f5657d Mon Sep 17 00:00:00 2001 From: Victoria Cherkas <87643948+victoria-cherkas@users.noreply.github.com> Date: Thu, 26 Oct 2023 12:27:06 +0200 Subject: [PATCH] Remove redundant tests (#847) --- test/integration_test.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/test/integration_test.py b/test/integration_test.py index 1edca7a476..60b838ff21 100644 --- a/test/integration_test.py +++ b/test/integration_test.py @@ -118,9 +118,6 @@ def test_libgrib1(self): def test_libxml2(self): spack_info('libxml2') - def test_metkit(self): - spack_info('metkit') - def test_nvidia_blas(self): spack_info('nvidia-blas') @@ -289,15 +286,9 @@ def test_dusk(self): def test_eccodes(self): spack_spec('eccodes') - def test_eckit(self): - spack_spec('eckit') - def test_fckit(self): spack_spec('fckit') - def test_fdb(self): - spack_spec('fdb') - def test_fdb_fortran(self): spack_spec('fdb-fortran')