Skip to content

Commit

Permalink
fix(fleet): Mark TestInstallParity as flaky (#33550)
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteFoy authored Jan 29, 2025
1 parent 9cc269c commit bab631c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/new-e2e/tests/installer/script/default_script_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
"os"
"strings"

"github.com/DataDog/datadog-agent/pkg/util/testutil/flake"
awshost "github.com/DataDog/datadog-agent/test/new-e2e/pkg/provisioners/aws/host"
"github.com/DataDog/datadog-agent/test/new-e2e/pkg/utils/e2e/client"
e2eos "github.com/DataDog/test-infra-definitions/components/os"
Expand Down Expand Up @@ -85,6 +86,8 @@ func (s *installScriptDefaultSuite) TestInstallParity() {
s.T().Skip("Skipping test due to missing E2E_PIPELINE_ID variable")
}

flake.Mark(s.T()) // TODO: Fixme once installer 0.10.0 is released

defer s.Purge()

// Full supported option set
Expand Down

0 comments on commit bab631c

Please sign in to comment.