Skip to content

Commit

Permalink
skip the right test
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonQ committed Nov 1, 2024
1 parent 76a5837 commit 4fb2a07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions testing/integration/endpoint_security_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4fb2a07

Please sign in to comment.