Skip to content

Commit

Permalink
Fix flaky docker integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
sblumenthal committed Nov 14, 2024
1 parent 10b7a6c commit 8a6b71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/listeners/docker/docker_listener_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ func (suite *DockerListenerTestSuite) SetupSuite() {
}

var err error
env.SetFeatures(suite.T(), env.Docker)
deps := fxutil.Test[deps](suite.T(), fx.Options(
core.MockBundle(),
fx.Replace(compcfg.MockParams{
Expand All @@ -91,7 +92,6 @@ func (suite *DockerListenerTestSuite) SetupSuite() {
workloadmetafx.Module(workloadmeta.NewParams()),
taggerfx.Module(tagger.Params{}),
))
env.SetFeatures(suite.T(), env.Docker)
suite.wmeta = deps.WMeta
suite.telemetryStore = acTelemetry.NewStore(deps.Telemetry)
suite.dockerutil, err = docker.GetDockerUtil()
Expand Down

0 comments on commit 8a6b71d

Please sign in to comment.