Skip to content

Commit

Permalink
try fixing endpoint tests by isolating them
Browse files Browse the repository at this point in the history
  • Loading branch information
belimawr committed Nov 16, 2023
1 parent 621b857 commit eb9d8f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions testing/integration/endpoint_security_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func TestInstallAndCLIUninstallWithEndpointSecurity(t *testing.T) {
info := define.Require(t, define.Requirements{
Stack: &define.Stack{},
Local: false, // requires Agent installation
Isolate: false,
Isolate: true,
Sudo: true, // requires Agent installation
OS: []define.OS{
{Type: define.Linux},
Expand All @@ -102,7 +102,7 @@ func TestInstallAndUnenrollWithEndpointSecurity(t *testing.T) {
info := define.Require(t, define.Requirements{
Stack: &define.Stack{},
Local: false, // requires Agent installation
Isolate: false,
Isolate: true,
Sudo: true, // requires Agent installation
OS: []define.OS{
{Type: define.Linux},
Expand Down Expand Up @@ -130,7 +130,7 @@ func TestInstallWithEndpointSecurityAndRemoveEndpointIntegration(t *testing.T) {
info := define.Require(t, define.Requirements{
Stack: &define.Stack{},
Local: false, // requires Agent installation
Isolate: false,
Isolate: true,
Sudo: true, // requires Agent installation
OS: []define.OS{
{Type: define.Linux},
Expand Down Expand Up @@ -493,7 +493,7 @@ func TestEndpointSecurityNonDefaultBasePath(t *testing.T) {
info := define.Require(t, define.Requirements{
Stack: &define.Stack{},
Local: false, // requires Agent installation
Isolate: false,
Isolate: true,
Sudo: true, // requires Agent installation
})

Expand Down

0 comments on commit eb9d8f3

Please sign in to comment.