diff options
-rw-r--r-- | pyagl/tests/test_can.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyagl/tests/test_can.py b/pyagl/tests/test_can.py index d84fec3..1a9544f 100644 --- a/pyagl/tests/test_can.py +++ b/pyagl/tests/test_can.py @@ -131,7 +131,7 @@ async def test_get_all_messages(event_loop, service: cs): resp = await service.afbresponse() assert resp.status == 'success', f'.get() failed with message {m}' - +@pytest.mark.xfail(reason='This test can fail on the 2nd invocation. See SPEC-3648. XFAIL until root-cause if found.') async def test_write_wo_auth(event_loop, service: cs): msgid = await service.write({'signal_name': 'engine.speed', 'signal_value': 12}) resp = await service.afbresponse() |