Commit 1951f7c
committed
Don't retry flakes in integration tests
Flaky behavior can hurt real users, and ignoring it to appease CI tests
only hides the problem, and can make CI tests take longer.
If this is too noisy, we can either spend effort fixing flakes, and/or
make tests less strict, or re-enable flaky retries.1 parent 6d8f56e commit 1951f7c
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
223 | 222 | | |
224 | 223 | | |
225 | 224 | | |
| |||
0 commit comments