-
Notifications
You must be signed in to change notification settings - Fork 839
Closed as not planned
Labels
Description
Describe the bug
Something is flapping there
cortex/integration/e2e/scenario_test.go
Lines 99 to 107 in 98052c7
| t.Run("concurrent nested scenario 2 is working just fine as well", func(t *testing.T) { | |
| t.Parallel() | |
| s, m1, m2 := spinup(t, "e2e-scenario-test2") | |
| defer s.Close() | |
| testMinioWorking(t, m1) | |
| testMinioWorking(t, m2) | |
| }) |
https://gist.github.com/friedrichg/e1399dcae24097a24dc0947c50937042
To Reproduce
Not sure
Expected behavior
No flapping error
Additional Context
Saw it while filing #4988