We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wait_for_pane_content_regex_line_match
1 parent dee5b03 commit c558353Copy full SHA for c558353
tests/_internal/test_waiter.py
@@ -976,6 +976,7 @@ def test_pane_content_waiter_with_invalid_line_range(wait_pane: Pane) -> None:
976
assert result.error is not None
977
978
979
+@pytest.mark.flaky(reruns=5)
980
def test_wait_for_pane_content_regex_line_match(wait_pane: Pane) -> None:
981
"""Test wait_for_pane_content with regex match and line detection."""
982
# Clear the pane
0 commit comments