Skip to content

Commit

Permalink
Merge pull request #16324 from soltysh/disable_image_import_tests
Browse files Browse the repository at this point in the history
Disable TestImageStreamImportDockerHub integration test to unblock the queue
  • Loading branch information
bparees authored Sep 13, 2017
2 parents 4ca1b92 + 0d8eb24 commit 01d9694
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/integration/imageimporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ import (
)

func TestImageStreamImport(t *testing.T) {
t.Skip("This test was disabled until https://github.com/openshift/origin/issues/16323 is fixed!")

masterConfig, clusterAdminKubeConfig, err := testserver.StartTestMaster()
if err != nil {
t.Fatalf("unexpected error: %v", err)
Expand Down Expand Up @@ -797,6 +799,8 @@ func TestImageStreamImportScheduled(t *testing.T) {
}

func TestImageStreamImportDockerHub(t *testing.T) {
t.Skip("This test was disabled until https://github.com/openshift/origin/issues/16323 is fixed!")

rt, _ := restclient.TransportFor(&restclient.Config{})
importCtx := importer.NewContext(rt, nil).WithCredentials(importer.NoCredentials)

Expand Down

0 comments on commit 01d9694

Please sign in to comment.