Skip to content

Commit 8f00e81

Browse files
committed
Remove no longer required xfail in test_techpreview_label
1 parent 3be5bbe commit 8f00e81

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

tests/test_metadata.py

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -528,24 +528,7 @@ def test_disturl_can_be_checked_out(
528528
[
529529
cont
530530
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-
)
531+
if (cont not in L3_CONTAINERS and cont not in ACC_CONTAINERS)
549532
],
550533
indirect=True,
551534
)

0 commit comments

Comments
 (0)