From 5ff86017cbac7471a039c44605b4c46569185174 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Wed, 6 Nov 2024 15:35:41 +0100 Subject: [PATCH] Remove a test that should fail according to concretization rules --- lib/spack/spack/test/concretization/core.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/spack/spack/test/concretization/core.py b/lib/spack/spack/test/concretization/core.py index 103e7e125a2..f4553c4574d 100644 --- a/lib/spack/spack/test/concretization/core.py +++ b/lib/spack/spack/test/concretization/core.py @@ -430,13 +430,6 @@ def test_spec_flags_maintain_order(self, mutable_config, gcc11_with_flags): ["hypre cflags='-g'", "^openblas cflags='-O3'"], ["^openblas cflags='-g'"], ), - # Setting propagation on parent and dependency -> the - # dependency propagation flags override - ( - "hypre cflags=='-g' ^openblas cflags=='-O3'", - ["hypre cflags='-g'", "^openblas cflags='-O3'"], - ["^openblas cflags='-g'"], - ), # Propagation doesn't go across build dependencies ( "cmake-client cflags=='-O2 -g'",