Skip to content

Commit 3b33a5b

Browse files
committed
Remove no longer required xfail in test_techpreview_label
1 parent 6b1db8c commit 3b33a5b

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
@@ -523,24 +523,7 @@ def test_disturl_can_be_checked_out(
523523
[
524524
cont
525525
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-
)
526+
if (cont not in L3_CONTAINERS and cont not in ACC_CONTAINERS)
544527
],
545528
indirect=True,
546529
)

0 commit comments

Comments
 (0)