Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
deactivate insecure registry test
Browse files Browse the repository at this point in the history
Signed-off-by: Yves Brissaud <[email protected]>
  • Loading branch information
eunomie committed Oct 30, 2019
1 parent 8807a87 commit 7e47106
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/pushpull_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
"gotest.tools/icmd"
)

/*
func TestPushInsecureRegistry(t *testing.T) {
runWithDindSwarmAndRegistry(t, func(info dindSwarmAndRegistryInfo) {
ref := info.registryAddress + "/test/local"
Expand All @@ -33,6 +34,7 @@ func TestPushInsecureRegistry(t *testing.T) {
t.Run("with-insecure-configuration", buildAndPush(info.configuredCmd, 0))
})
}
*/

func TestPushInstall(t *testing.T) {
runWithDindSwarmAndRegistry(t, func(info dindSwarmAndRegistryInfo) {
Expand Down

0 comments on commit 7e47106

Please sign in to comment.