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.
2 parents 38f0de2 + 4919de9 commit b00ee30Copy full SHA for b00ee30
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