Skip to content

Commit

Permalink
profiler: skip flaky TestExecutionTraceRandom (DataDog#2531)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsrip-dd authored Jan 29, 2024
1 parent a3176e0 commit e34ca9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions profiler/profiler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,8 @@ func TestExecutionTraceMisconfiguration(t *testing.T) {
}

func TestExecutionTraceRandom(t *testing.T) {
t.Skip("flaky test, see: https://github.com/DataDog/dd-trace-go/issues/2529")

collectTraces := func(t *testing.T, profilePeriod, tracePeriod time.Duration, count int) int {
t.Setenv("DD_PROFILING_EXECUTION_TRACE_ENABLED", "true")
t.Setenv("DD_PROFILING_EXECUTION_TRACE_PERIOD", tracePeriod.String())
Expand Down

0 comments on commit e34ca9b

Please sign in to comment.