summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contributors/devel/sig-testing/flaky-tests.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/contributors/devel/sig-testing/flaky-tests.md b/contributors/devel/sig-testing/flaky-tests.md
index e90a6785..115ff1c9 100644
--- a/contributors/devel/sig-testing/flaky-tests.md
+++ b/contributors/devel/sig-testing/flaky-tests.md
@@ -215,6 +215,10 @@ Finally, you can stress test the unit test using the
with this command:
```sh
+# go version 1.17 and later
+go install golang.org/x/tools/cmd/stress@latest
+
+# go version prior to 1.17
go get golang.org/x/tools/cmd/stress
```