Skip to content

Commit

Permalink
[Backport 7.55.x] [FA] Mark apm inject as flaky (#27703)
Browse files Browse the repository at this point in the history
Co-authored-by: chouetz <nicolas.schweitzer@datadoghq.com>
Co-authored-by: KevinFairise2 <kevin.fairise@datadoghq.com>
Co-authored-by: coignetp <paul.coignet@datadoghq.com>
  • Loading branch information
4 people authored Aug 5, 2024
1 parent 2bb1ee8 commit 75c8ca6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/new-e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ require (
// `TEST_INFRA_DEFINITIONS_BUILDIMAGES` matches the commit sha in the module version
// Example: github.com/DataDog/test-infra-definitions v0.0.0-YYYYMMDDHHmmSS-0123456789AB
// => TEST_INFRA_DEFINITIONS_BUILDIMAGES: 0123456789AB
github.com/DataDog/test-infra-definitions v0.0.0-20240527153959-63d1aae5f639
github.com/DataDog/test-infra-definitions v0.0.0-20240719082229-91c2acfd76e4
github.com/aws/aws-sdk-go-v2 v1.26.1
github.com/aws/aws-sdk-go-v2/config v1.27.11
github.com/aws/aws-sdk-go-v2/service/ec2 v1.138.1
Expand Down
4 changes: 2 additions & 2 deletions test/new-e2e/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions test/new-e2e/tests/installer/all_packages_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ func TestPackages(t *testing.T) {
if flavor.Flavor == e2eos.Fedora {
flake.Mark(t)
}
if strings.Contains(t.Name(), "apm") {
flake.Mark(t)
}
opts := []awshost.ProvisionerOption{
awshost.WithEC2InstanceOptions(ec2.WithOSArch(flavor, flavor.Architecture)),
awshost.WithoutAgent(),
Expand Down

0 comments on commit 75c8ca6

Please sign in to comment.