Skip to content

Commit ba70c76

Browse files
committed
mark the status of fake node as NotReady
1 parent 09e5e62 commit ba70c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/node/node_lifecycle.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ var _ = SIGDescribe("Node Lifecycle", func() {
6161
Phase: v1.NodeRunning,
6262
Conditions: []v1.NodeCondition{
6363
{
64-
Status: v1.ConditionTrue,
64+
Status: v1.ConditionFalse,
6565
Message: "Set from e2e test",
6666
Reason: "E2E",
6767
Type: v1.NodeReady,

0 commit comments

Comments
 (0)