diff --git a/storage/remote/queue_manager_test.go b/storage/remote/queue_manager_test.go index 4461ca4b30..a02d3dd3b0 100644 --- a/storage/remote/queue_manager_test.go +++ b/storage/remote/queue_manager_test.go @@ -466,7 +466,7 @@ func TestSampleDeliveryOrder(t *testing.T) { } func TestShutdown(t *testing.T) { - t.Parallel() + // Not t.Parallel() because the test became flaky; see https://github.com/prometheus/prometheus/issues/17045 deadline := 1 * time.Second c := NewTestBlockedWriteClient()