We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b251c commit 52fd64dCopy full SHA for 52fd64d
1 file changed
ports/zephyr-cp/tests/bsim/test_bsim_ble_scan.py
@@ -91,7 +91,7 @@ def test_bsim_scan_zephyr_beacon_reload(bsim_phy, circuitpython, zephyr_sample):
91
assert output.count("scan run done True") >= 2
92
93
94
-@pytest.mark.flaky(reruns=3)
+@pytest.mark.xfail(strict=False, reason="scan without stop_scan may fail on reload")
95
@pytest.mark.zephyr_sample("bluetooth/beacon")
96
@pytest.mark.code_py_runs(2)
97
@pytest.mark.duration(8)
0 commit comments