@@ -59,12 +59,6 @@ func changeImportModeAndWaitForApiServer(ctx context.Context, t g.GinkgoTInterfa
5959
6060func TestImageConfigImageStreamImportModeLegacy (t g.GinkgoTInterface , oc * exutil.CLI ) {
6161 ctx := context .Background ()
62- if ! exutil .IsTechPreviewNoUpgrade (ctx , oc .AdminConfigClient ()) {
63- g .Skip ("skipping, this feature is only supported on TechPreviewNoUpgrade clusters" )
64- }
65- if isSNO , err := exutil .IsSingleNode (ctx , oc .AdminConfigClient ()); err == nil && isSNO {
66- g .Skip ("skipping this test for SNO as it involves an openshift-apiserver disruption" )
67- }
6862
6963 clusterAdminConfigClient := oc .AdminConfigClient ().ConfigV1 ()
7064 imageConfig , err := clusterAdminConfigClient .Images ().Get (ctx , "cluster" , metav1.GetOptions {})
@@ -111,13 +105,7 @@ func TestImageConfigImageStreamImportModeLegacy(t g.GinkgoTInterface, oc *exutil
111105}
112106
113107func TestImageConfigImageStreamImportModePreserveOriginal (t g.GinkgoTInterface , oc * exutil.CLI ) {
114- ctx := context .Background ()
115- if ! exutil .IsTechPreviewNoUpgrade (ctx , oc .AdminConfigClient ()) {
116- g .Skip ("skipping, this feature is only supported on TechPreviewNoUpgrade clusters" )
117- }
118- if isSNO , err := exutil .IsSingleNode (ctx , oc .AdminConfigClient ()); err == nil && isSNO {
119- g .Skip ("skipping this test for SNO as it involves an openshift-apiserver disruption" )
120- }
108+ ctx := context .Background ()
121109
122110 clusterAdminConfigClient := oc .AdminConfigClient ().ConfigV1 ()
123111 imageConfig , err := clusterAdminConfigClient .Images ().Get (ctx , "cluster" , metav1.GetOptions {})
0 commit comments