Remove a test that should fail according to concretization rules
This commit is contained in:
parent
95f8b335a2
commit
3408f7ec56
@ -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'",
|
||||
|
Loading…
Reference in New Issue
Block a user