File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 5858
5959# Allowed os versions for SLE_BCI repo checks
6060ALLOWED_BCI_REPO_OS_VERSIONS = (
61- "15.6" ,
62- "15.6-spr" ,
6361 "15.7" ,
6462 "15.7-spr" ,
6563 "16.0" ,
Original file line number Diff line number Diff line change 114114 reason = "no supportlevel labels on openSUSE containers" ,
115115)
116116
117- SKIP_IF_AI_MARK = pytest .mark .skipif (
118- OS_VERSION == "15.6-ai" , reason = "no supportlevel labels on AI containers"
119- )
120117SKIP_IF_LTSS_VERSION = pytest .mark .skipif (
121118 OS_VERSION in RELEASED_LTSS_VERSIONS , reason = "LTSS container"
122119)
@@ -550,7 +547,6 @@ def test_url(
550547
551548
552549@SKIP_IF_PC_MARK
553- @SKIP_IF_AI_MARK
554550@SKIP_IF_LTSS_VERSION
555551@pytest .mark .parametrize (
556552 "container" ,
@@ -739,7 +735,6 @@ def test_disturl_can_be_checked_out(
739735
740736
741737@SKIP_IF_TW_MARK
742- @SKIP_IF_AI_MARK
743738@pytest .mark .parametrize (
744739 "container" ,
745740 [
@@ -761,7 +756,6 @@ def test_techpreview_label(container: ContainerData):
761756
762757
763758@SKIP_IF_TW_MARK
764- @SKIP_IF_AI_MARK
765759@pytest .mark .parametrize (
766760 "container" ,
767761 list (ACC_CONTAINERS ),
@@ -778,7 +772,6 @@ def test_acc_label(container: ContainerData):
778772
779773
780774@SKIP_IF_TW_MARK
781- @SKIP_IF_AI_MARK
782775@pytest .mark .parametrize ("container" , L3_CONTAINERS , indirect = True )
783776def test_l3_label (container : ContainerData ):
784777 """Check that containers under L3 support have the label
You can’t perform that action at this time.
0 commit comments