We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be5bbe commit 8f00e81Copy full SHA for 8f00e81
1 file changed
tests/test_metadata.py
@@ -528,24 +528,7 @@ def test_disturl_can_be_checked_out(
528
[
529
cont
530
for cont in ALL_CONTAINERS
531
- if (
532
- cont not in L3_CONTAINERS
533
- and cont not in ACC_CONTAINERS
534
- and cont != BASE_CONTAINER
535
- )
536
- ]
537
- + [
538
- pytest.param(
539
- BASE_CONTAINER,
540
- marks=list(BASE_CONTAINER.marks)
541
542
- pytest.mark.xfail(
543
- reason="Base container for SLE 15 SP6 is not using the techpreview label (https://build.suse.de/request/show/325200)"
544
545
546
- if OS_VERSION == "15.6"
547
- else [],
548
+ if (cont not in L3_CONTAINERS and cont not in ACC_CONTAINERS)
549
],
550
indirect=True,
551
)
0 commit comments