Skip to content

Commit 4919de9

Browse files
authored
Fixes bullet point for guide (#1673)
1 parent bda6f16 commit 4919de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/flakeguard/e2e-flaky-test-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ It is sometimes the case that tests only fail in CI environments because those e
106106

107107
* Splitting the tests into different workflows, each running on `ubuntu-latest`
108108
* Moving more resource-hungry tests to run only on nightly cadences
109-
*
109+
* Try removing `t.Parallel()` from subtests, as too many tests trying to run at once will often hurt stability and runtimes on smaller machines
110110

111111
### 7. Fix It!
112112

0 commit comments

Comments
 (0)