Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
tests: another iOS flaky spot
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Aug 1, 2025
commit e5f9913061376e36dcce49be1e67c903fdb93d40
1 change: 1 addition & 0 deletions test/test_ios.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ def test_ios_testing_with_placeholder(tmp_path, capfd):


@pytest.mark.serial
@pytest.mark.flaky(reruns=2)
def test_ios_test_command_short_circuit(tmp_path, capfd):
skip_if_ios_testing_not_supported()

Expand Down