Skip to content

Commit

Permalink
ci: reenable TestDeployTailDefaultNamespace
Browse files Browse the repository at this point in the history
  • Loading branch information
MarlonGamez committed Apr 15, 2022
1 parent 0294acc commit 77ed2a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration/deploy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ func TestDeployTail(t *testing.T) {

func TestDeployTailDefaultNamespace(t *testing.T) {
MarkIntegrationTest(t, CanRunWithoutGcp)
// TODO: https://github.com/GoogleContainerTools/skaffold/issues/7054
t.Skipf("fix https://github.com/GoogleContainerTools/skaffold/issues/7054")

// `--default-repo=` is used to cancel the default repo that is set by default.
out := skaffold.Deploy("--tail", "--images", "busybox:latest", "--default-repo=").InDir("testdata/deploy-hello-tail").RunLive(t)

Expand Down

0 comments on commit 77ed2a6

Please sign in to comment.