Skip to content

Commit

Permalink
profiler: Disable TestStopLatency (#1306)
Browse files Browse the repository at this point in the history
See #1294
  • Loading branch information
felixge committed May 24, 2022
1 parent b7bb9c2 commit f6c2e59
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 @@ -184,6 +184,8 @@ func TestStartStopIdempotency(t *testing.T) {
// TestStopLatency tries to make sure that calling Stop() doesn't hang, i.e.
// that ongoing profiling or upload operations are immediately canceled.
func TestStopLatency(t *testing.T) {
t.Skip("broken test, see issue #1294")

t.Run("stop-profiles", func(t *testing.T) {
Start(
WithPeriod(time.Hour),
Expand Down

0 comments on commit f6c2e59

Please sign in to comment.