From 9e3e9163751f2b425a199c000c66618c1bdc1bd1 Mon Sep 17 00:00:00 2001
From: John Gardiner Myers <jgmyers@proofpoint.com>
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 988aa5cb82a18..67d29f87ff3ca 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: