Skip to content

Commit

Permalink
Disable TestImageStreamImportDockerHub integration test to unblock th…
Browse files Browse the repository at this point in the history
…e queue
  • Loading branch information
soltysh committed Sep 13, 2017
1 parent 8f8b25b commit d059d37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/imageimporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,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 d059d37

Please sign in to comment.