mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-01 19:46:07 -04:00
e2e: remove immediate node status printing (#3351)
This commit is contained in:
parent
5f5df1fc36
commit
e077eaf02c
1 changed files with 0 additions and 1 deletions
|
@ -142,7 +142,6 @@ func testNodesEventuallyHaveVersion(t *testing.T, k *kubernetes.Clientset, targe
|
|||
if key == "constellation.edgeless.systems/node-image" {
|
||||
if !strings.EqualFold(value, targetVersions.ImageRef) {
|
||||
log.Printf("\t%s: Image %s, want %s\n", node.Name, value, targetVersions.ImageRef)
|
||||
fmt.Printf("\tP: %s: Image %s, want %s\n", node.Name, value, targetVersions.ImageRef)
|
||||
allUpdated = false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue