Skip to content

Commit

Permalink
chore(registry): disable build log
Browse files Browse the repository at this point in the history
Disable build log so its easier to see where failures occur.
  • Loading branch information
stevenh committed Aug 8, 2024
1 parent 8b42143 commit 915fe8c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/registry/registry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ func TestRunContainer_authenticated(t *testing.T) {
BuildArgs: map[string]*string{
"REGISTRY_PORT": &strPort,
},
PrintBuildLog: true,
},
AlwaysPullImage: true, // make sure the authentication takes place
ExposedPorts: []string{"6379/tcp"},
Expand Down Expand Up @@ -190,7 +189,6 @@ func TestRunContainer_authenticated(t *testing.T) {
BuildArgs: map[string]*string{
"REGISTRY_PORT": &strPort,
},
PrintBuildLog: true,
},
AlwaysPullImage: true, // make sure the authentication takes place
ExposedPorts: []string{"6379/tcp"},
Expand Down Expand Up @@ -302,7 +300,6 @@ func TestRunContainer_wrongData(t *testing.T) {
BuildArgs: map[string]*string{
"REGISTRY_PORT": &strPort,
},
PrintBuildLog: true,
},
AlwaysPullImage: true, // make sure the authentication takes place
ExposedPorts: []string{"6379/tcp"},
Expand Down

0 comments on commit 915fe8c

Please sign in to comment.