diff --git a/testing/integration/endpoint_security_test.go b/testing/integration/endpoint_security_test.go index 2dc56dd225..80e731dec8 100644 --- a/testing/integration/endpoint_security_test.go +++ b/testing/integration/endpoint_security_test.go @@ -847,8 +847,6 @@ func TestForceInstallOverProtectedPolicy(t *testing.T) { }, }) - t.Skip("let see if this test is affecting the others") - deadline := time.Now().Add(10 * time.Minute) ctx, cancel := testcontext.WithDeadline(t, context.Background(), deadline) defer cancel() @@ -911,6 +909,9 @@ func TestInstallDefendWithMTLSandEncCertKey(t *testing.T) { Local: false, // requires Agent installation Sudo: true, // requires Agent installation }) + + t.Skip("let see if this test is affecting the others") + ctx := context.Background() testUUID := uuid.Must(uuid.NewV4()).String() policyID := "mTLS-defend-" + testUUID