From 77ed2a668cdf6fcbb945f9ef482c8b600e872d2b Mon Sep 17 00:00:00 2001 From: Marlon Gamez Date: Thu, 14 Apr 2022 17:04:19 -0700 Subject: [PATCH] ci: reenable TestDeployTailDefaultNamespace --- integration/deploy_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/integration/deploy_test.go b/integration/deploy_test.go index 59d9d099394..577f1a62d6d 100644 --- a/integration/deploy_test.go +++ b/integration/deploy_test.go @@ -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)