Skip long running tests ?

This commit is contained in:
Colin Goutte on Zotac-Manjaro-Arcole 2025-03-06 17:06:23 +01:00
parent 77daf3a3b6
commit 4eaff97177
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
from papi import relais
import pytest
@pytest.mark.skip(reason="External ection to fake")
def test_main():
relais.main(maxloop=1, pattern="relais_test_sonde")