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.
1 parent a02746c commit 9b423bbCopy full SHA for 9b423bb
tests/_internal/test_waiter.py
@@ -1851,6 +1851,7 @@ def test_wait_for_pane_content_specific_type_errors(wait_pane: Pane) -> None:
1851
assert ERR_PREDICATE_TYPE in str(excinfo.value)
1852
1853
1854
+@pytest.mark.flaky(reruns=5)
1855
def test_wait_for_pane_content_exact_match_detailed(wait_pane: Pane) -> None:
1856
"""Test wait_for_pane_content with EXACT match type in detail.
1857
0 commit comments