Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
"strings"
"time"

"github.com/DataDog/datadog-agent/pkg/util/testutil/flake"
e2eos "github.com/DataDog/datadog-agent/test/e2e-framework/components/os"
"github.com/stretchr/testify/assert"
"go.yaml.in/yaml/v3"
Expand All @@ -35,9 +34,6 @@ func testApmInjectAgent(os e2eos.Descriptor, arch e2eos.Architecture, method Ins
}

func (s *packageApmInjectSuite) SetupTest() {
if s.os == e2eos.Debian12 || s.os == e2eos.Ubuntu2404 {
flake.Mark(s.T())
}
Comment thread
Hitsuji-M marked this conversation as resolved.
// Purge() uses Execute (not MustExecute), so failures are silent.
// A stale packages.db entry causes Install() to skip PostInstall hooks
// (which create /etc/ld.so.preload and /etc/docker/daemon.json).
Expand Down
Loading