diff --git a/profiler/profiler_test.go b/profiler/profiler_test.go index d4a8e993d2..3686068095 100644 --- a/profiler/profiler_test.go +++ b/profiler/profiler_test.go @@ -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),