Remove a test that should fail according to concretization rules

This commit is contained in:
Massimiliano Culpo 2024-11-06 15:35:41 +01:00
parent dfd28bc5c0
commit 3a67dfd9e8
No known key found for this signature in database
GPG Key ID: 3E52BB992233066C

View File

@ -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'",