Skip to content

Commit

Permalink
[trace] skip TestOnUpdateAPIKeyCallback on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
pducolin committed Nov 5, 2024
1 parent b0369fe commit f98ac06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions comp/trace/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ import (
traceconfig "github.com/DataDog/datadog-agent/pkg/trace/config"
"github.com/DataDog/datadog-agent/pkg/util/fxutil"
"github.com/DataDog/datadog-agent/pkg/util/log"
"github.com/DataDog/datadog-agent/pkg/util/testutil/flake"
)

// team: agent-apm
Expand Down Expand Up @@ -2222,7 +2221,7 @@ func TestDisableReceiverConfig(t *testing.T) {
func TestOnUpdateAPIKeyCallback(t *testing.T) {
// APMSP-1494
if runtime.GOOS == "darwin" {
flake.Mark(t)
t.Skip("skipping flaky test on darwin")
}
var n int
callback := func(_, _ string) {
Expand Down

0 comments on commit f98ac06

Please sign in to comment.