From 3a67dfd9e88b209a81363f4db789323fdd0f1af7 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 69155802dea..3db317f2067 100644 --- a/lib/spack/spack/test/concretization/core.py +++ b/lib/spack/spack/test/concretization/core.py @@ -417,13 +417,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'",