Skip to content

Commit e077eaf

Browse files
authored
e2e: remove immediate node status printing (#3351)
1 parent 5f5df1f commit e077eaf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

e2e/internal/upgrade/upgrade.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ func testNodesEventuallyHaveVersion(t *testing.T, k *kubernetes.Clientset, targe
142142
if key == "constellation.edgeless.systems/node-image" {
143143
if !strings.EqualFold(value, targetVersions.ImageRef) {
144144
log.Printf("\t%s: Image %s, want %s\n", node.Name, value, targetVersions.ImageRef)
145-
fmt.Printf("\tP: %s: Image %s, want %s\n", node.Name, value, targetVersions.ImageRef)
146145
allUpdated = false
147146
}
148147
}

0 commit comments

Comments
 (0)