mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-04 20:06:12 +02:00
Merge pull request #17061 from prometheus/not-parallel
[TESTS] remote-write: Make TestShutdown non-parallel to reduce flakes.
This commit is contained in:
commit
5dc3c976b4
@ -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()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user