Skip to content

Commit

Permalink
Remove flake designation from darwin-based dogstatsd tests (DataDog#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
ddrthall authored Dec 10, 2024
1 parent 357c34f commit 6eeac68
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions comp/dogstatsd/server/server_util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@
package server

import (
"runtime"
"testing"

"github.com/stretchr/testify/assert"

"github.com/DataDog/datadog-agent/pkg/metrics/event"
"github.com/DataDog/datadog-agent/pkg/metrics/servicecheck"
"github.com/DataDog/datadog-agent/pkg/util/testutil/flake"

"go.uber.org/fx"

Expand Down Expand Up @@ -77,10 +75,6 @@ func fulfillDeps(t testing.TB) serverDeps {
}

func fulfillDepsWithConfigOverride(t testing.TB, overrides map[string]interface{}) serverDeps {
// TODO: https://datadoghq.atlassian.net/browse/AMLII-1948
if runtime.GOOS == "darwin" {
flake.Mark(t)
}
return fxutil.Test[serverDeps](t, fx.Options(
core.MockBundle(),
serverdebugimpl.MockModule(),
Expand Down

0 comments on commit 6eeac68

Please sign in to comment.