We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d427b61 + a249626 commit b216da3Copy full SHA for b216da3
test/integration/imageimporter_test.go
@@ -32,6 +32,7 @@ import (
32
)
33
34
func TestImageStreamImport(t *testing.T) {
35
+ t.Skip("This test was disabled until https://github.com/openshift/origin/issues/16323 is fixed!")
36
testutil.RequireEtcd(t)
37
defer testutil.DumpEtcdOnFailure(t)
38
_, clusterAdminKubeConfig, err := testserver.StartTestMaster()
@@ -803,6 +804,8 @@ func TestImageStreamImportScheduled(t *testing.T) {
803
804
}
805
806
func TestImageStreamImportDockerHub(t *testing.T) {
807
808
+
809
rt, _ := restclient.TransportFor(&restclient.Config{})
810
importCtx := importer.NewContext(rt, nil).WithCredentials(importer.NoCredentials)
811
0 commit comments