Merge pull request #17061 from prometheus/not-parallel

[TESTS] remote-write: Make TestShutdown non-parallel to reduce flakes.
This commit is contained in:
Bartlomiej Plotka 2025-08-20 09:03:45 +01:00 committed by GitHub
commit 5dc3c976b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()