Skip to content

Commit

Permalink
Mark TestKindSuite/TestAdmissionControllerWithAutoDetectedLanguage as…
Browse files Browse the repository at this point in the history
… flaky
  • Loading branch information
alopezz committed Dec 20, 2024
1 parent 5495d22 commit 234338a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/new-e2e/tests/containers/k8s_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import (
"github.com/DataDog/datadog-agent/test/fakeintake/aggregator"
fakeintake "github.com/DataDog/datadog-agent/test/fakeintake/client"
"github.com/DataDog/datadog-agent/test/new-e2e/pkg/components"
"github.com/DataDog/datadog-agent/pkg/util/testutil/flake"

"github.com/fatih/color"
"github.com/samber/lo"
Expand Down Expand Up @@ -919,6 +920,7 @@ func (suite *k8sSuite) TestAdmissionControllerWithLibraryAnnotation() {
}

func (suite *k8sSuite) TestAdmissionControllerWithAutoDetectedLanguage() {
flake.Mark(suite.T())
suite.testAdmissionControllerPod("workload-mutated-lib-injection", "mutated-with-auto-detected-language", "python", true)
}

Expand Down

0 comments on commit 234338a

Please sign in to comment.