From f4cecc58ac264d45316988ed37a72437bd72d85b Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Tue, 14 Jul 2020 21:39:49 -0700 Subject: [PATCH] Ignore lack of tags on launch templates --- cmd/kops/lifecycle_integration_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/kops/lifecycle_integration_test.go b/cmd/kops/lifecycle_integration_test.go index 849102204811b..cf1deff5896e3 100644 --- a/cmd/kops/lifecycle_integration_test.go +++ b/cmd/kops/lifecycle_integration_test.go @@ -247,6 +247,7 @@ func runLifecycleTest(h *testutils.IntegrationTestHarness, o *LifecycleTestOptio switch resource { case "ami": case "sshkey": + case "lt": // ignore default: