Skip to content

Commit

Permalink
[EBPF] gpu: mark TestVectorAddProgramDetected as flaky (#31387)
Browse files Browse the repository at this point in the history
gjulianm authored Nov 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7e3f609 commit bd259ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/new-e2e/tests/gpu/gpu_test.go
Original file line number Diff line number Diff line change
@@ -17,6 +17,7 @@ import (
"github.com/DataDog/test-infra-definitions/scenarios/aws/ec2"
"github.com/stretchr/testify/assert"

"github.com/DataDog/datadog-agent/pkg/util/testutil/flake"
"github.com/DataDog/datadog-agent/test/fakeintake/client"

"github.com/DataDog/test-infra-definitions/components/datadog/agentparams"
@@ -151,6 +152,8 @@ func (v *gpuSuite) TestGPUSysprobeEndpointIsResponding() {
}

func (v *gpuSuite) TestVectorAddProgramDetected() {
flake.Mark(v.T())

_ = v.runCudaDockerWorkload()

v.EventuallyWithT(func(c *assert.CollectT) {

0 comments on commit bd259ed

Please sign in to comment.