Skip to content

Commit

Permalink
Rollback guest attribute call until fixed (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
koln67 authored Oct 3, 2023
1 parent c60d094 commit a873bba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions imagetest/cmd/wrapper/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a873bba

Please sign in to comment.