We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147e3de commit ddf7f47Copy full SHA for ddf7f47
tools/flakeguard/e2e-flaky-test-guide.md
@@ -106,7 +106,7 @@ It is sometimes the case that tests only fail in CI environments because those e
106
107
* Splitting the tests into different workflows, each running on `ubuntu-latest`
108
* Moving more resource-hungry tests to run only on nightly cadences
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
110
111
### 7. Fix It!
112
0 commit comments