File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ import (
32
32
)
33
33
34
34
func TestImageStreamImport (t * testing.T ) {
35
+ t .Skip ("This test was disabled until https://github.com/openshift/origin/issues/16323 is fixed!" )
35
36
testutil .RequireEtcd (t )
36
37
defer testutil .DumpEtcdOnFailure (t )
37
38
_ , clusterAdminKubeConfig , err := testserver .StartTestMaster ()
@@ -803,6 +804,8 @@ func TestImageStreamImportScheduled(t *testing.T) {
803
804
}
804
805
805
806
func TestImageStreamImportDockerHub (t * testing.T ) {
807
+ t .Skip ("This test was disabled until https://github.com/openshift/origin/issues/16323 is fixed!" )
808
+
806
809
rt , _ := restclient .TransportFor (& restclient.Config {})
807
810
importCtx := importer .NewContext (rt , nil ).WithCredentials (importer .NoCredentials )
808
811
You can’t perform that action at this time.
0 commit comments