Skip to content

Commit 17805a8

Browse files
committed
Rerun the flaky zephyr test
1 parent 2fbc154 commit 17805a8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ports/zephyr-cp/tests/bsim/test_bsim_ble_scan.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def test_bsim_scan_zephyr_beacon_reload(bsim_phy, circuitpython, zephyr_sample):
9191
assert output.count("scan run done True") >= 2
9292

9393

94+
@pytest.mark.flaky(reruns=3)
9495
@pytest.mark.zephyr_sample("bluetooth/beacon")
9596
@pytest.mark.code_py_runs(2)
9697
@pytest.mark.duration(8)

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ setuptools
4141
# For zephyr port
4242
tomlkit
4343
pytest
44+
pytest-rerunfailures
4445
perfetto

0 commit comments

Comments
 (0)