Skip to content

Commit 66ed3e4

Browse files
cleanup
1 parent 1fc9b50 commit 66ed3e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/extended/machine_config/helpers.go

-1
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,6 @@ func GetNewReadyNodeInMachine(oc *exutil.CLI, machineName string) (corev1.Node,
856856
// - Current config version of node matches current config version in MCN status (waits up to 2 min)
857857
// - Desired config version of node matches desired config version in MCN status (waits up to 1 min)
858858
func WaitForValidMCNProperties(clientSet *machineconfigclient.Clientset, node corev1.Node) error {
859-
return fmt.Errorf("testing")
860859
nodeDesiredConfig := node.Annotations[desiredConfigAnnotationKey]
861860
nodeCurrentConfig := node.Annotations[currentConfigAnnotationKey]
862861

0 commit comments

Comments
 (0)