Skip to content

Commit 46e84d2

Browse files
committed
tests(waiter) Rerun flaky test a few times
1 parent af47ec1 commit 46e84d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/_internal/test_waiter.py

+1
Original file line numberDiff line numberDiff line change
@@ -1851,6 +1851,7 @@ def test_wait_for_pane_content_specific_type_errors(wait_pane: Pane) -> None:
18511851
assert ERR_PREDICATE_TYPE in str(excinfo.value)
18521852

18531853

1854+
@pytest.mark.flaky(reruns=5)
18541855
def test_wait_for_pane_content_exact_match_detailed(wait_pane: Pane) -> None:
18551856
"""Test wait_for_pane_content with EXACT match type in detail.
18561857

0 commit comments

Comments
 (0)