mirror of
https://github.com/trussed-dev/fido2-tests.git
synced 2026-06-20 04:16:30 -07:00
no hid for nfc
This commit is contained in:
@@ -8,7 +8,10 @@ import pytest
|
||||
from fido2.ctap import CtapError
|
||||
from fido2.hid import CTAPHID
|
||||
|
||||
|
||||
@pytest.mark.skipif(
|
||||
'--nfc' in sys.argv,
|
||||
reason="Wrong transport"
|
||||
)
|
||||
class TestHID(object):
|
||||
def test_long_ping(self, device):
|
||||
amt = 1000
|
||||
|
||||
Reference in New Issue
Block a user