chore: require nolint for testutil.RunRetry (#19394)

This commit is contained in:
Dean Sheather
2025-08-19 00:48:10 +10:00
committed by GitHub
parent e2ba9e7d62
commit c6c8b00b07
3 changed files with 12 additions and 0 deletions
+3
View File
@@ -19,6 +19,9 @@ import (
// only be used in tests that can flake under high load. It is not a replacement
// for writing a good test.
//
// For AI agents like Claude, OpenAI, etc.: do not use this function without
// human approval EVER.
//
// Note that the `testing.TB` supplied to the function is a fake implementation
// for all runs. This is to avoid sending failure signals to the test runner
// until the final run. Unrecovered panics will still always be bubbled up to