From a873bbac7ab00d06feb97dc5d35b3f3a949db2f7 Mon Sep 17 00:00:00 2001 From: Anthony Lu <67125539+koln67@users.noreply.github.com> Date: Tue, 3 Oct 2023 11:29:14 -0700 Subject: [PATCH] Rollback guest attribute call until fixed (#821) --- imagetest/cmd/wrapper/main.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/imagetest/cmd/wrapper/main.go b/imagetest/cmd/wrapper/main.go index 8ee49e61c..f2349b141 100644 --- a/imagetest/cmd/wrapper/main.go +++ b/imagetest/cmd/wrapper/main.go @@ -24,10 +24,6 @@ func main() { } log.Printf("FINISHED-BOOTING") defer func() { - if err := utils.PutMetadataGuestAttribute(ctx, utils.GuestAttributeTestNamespace, utils.GuestAttributeTestKey); err != nil { - log.Printf("failed to put test completed key in guest attribute namespace") - } - log.Printf("successfully placed guest attribute for test completion") for f := 0; f < 5; f++ { log.Printf("FINISHED-TEST") time.Sleep(1 * time.Second)