Skip to content

Commit

Permalink
[e2e] mark TestAdmissionControllerWithAutoDetectedLanguage (DataDog#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
pducolin authored Dec 3, 2024
1 parent e6017fd commit a073af3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/new-e2e/tests/containers/k8s_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import (
"gopkg.in/zorkian/go-datadog-api.v2"

"github.com/DataDog/datadog-agent/pkg/util/pointer"
"github.com/DataDog/datadog-agent/pkg/util/testutil/flake"
"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/environments"
Expand Down Expand Up @@ -981,6 +982,8 @@ func (suite *k8sSuite) TestAdmissionControllerWithLibraryAnnotation() {
}

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

Expand Down

0 comments on commit a073af3

Please sign in to comment.