From 3408f7ec5653bd75a5fa367e533e3a04cf77476e 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 6d0a313f5fd..41307b1b463 100644 --- a/lib/spack/spack/test/concretization/core.py +++ b/lib/spack/spack/test/concretization/core.py @@ -434,13 +434,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'",