diff --git a/test/integration/functional_test.go b/test/integration/functional_test.go index 86f95fbf7803c7255abe3e5d1eaf77e9135c2a43..1195e98dd93c8542a5cc5aa1bd7d8feff8dedb13 100644 --- a/test/integration/functional_test.go +++ b/test/integration/functional_test.go @@ -126,7 +126,6 @@ func TestFunctional(t *testing.T) { // validateNodeLabels checks if minikube cluster is created with correct kubernetes's node label func validateNodeLabels(ctx context.Context, t *testing.T, profile string) { - mctx, cancel := context.WithTimeout(ctx, 13*time.Second) defer cancel() rr, err := Run(t, exec.CommandContext(ctx, "kubectl", "--context", profile, "get", "nodes", "--output", "jsonpath={.items[0].metadata.labels}")) if err != nil {