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