Skip to content

Commit

Permalink
profiler: disable TestStopLatency (#1295)
Browse files Browse the repository at this point in the history
See issue #1294.
  • Loading branch information
nsrip-dd committed May 16, 2022
1 parent 9202227 commit 06c3a1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions profiler/profiler_test.go
Expand Up @@ -184,6 +184,7 @@ 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")
p, err := newProfiler(
WithURL("http://invalid.invalid/"),
WithPeriod(1000*time.Millisecond),
Expand Down

0 comments on commit 06c3a1d

Please sign in to comment.