You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -24,7 +24,7 @@ Additionally, a separate process can be started to centralize the error reportin
24
24
## What are requeues?
25
25
26
26
When working on big test suites, it's not uncommon for a few tests to fail intermittently, either because they are inherently flaky,
27
-
or because they are sensible to other tests modifying some global state (leaky tests).
27
+
or because they are sensitive to other tests modifying some global state (leaky tests).
28
28
29
29
In this context, it is useful to have mitigation measures so that these intermittent failures don't cause unrelated builds to fail until the root cause is addressed.
0 commit comments