mirror of
https://github.com/trussed-dev/fido2-tests.git
synced 2026-06-20 04:16:30 -07:00
no up for nfc
This commit is contained in:
@@ -8,7 +8,8 @@ from tests.utils import *
|
||||
|
||||
|
||||
@pytest.mark.skipif(
|
||||
"--sim" in sys.argv, reason="Simulation doesn't care about user presence"
|
||||
"--sim" in sys.argv or '--nfc' in sys.argv,
|
||||
reason="Simulation doesn't care about user presence"
|
||||
)
|
||||
class TestUserPresence(object):
|
||||
@pytest.mark.run(order=1)
|
||||
|
||||
Reference in New Issue
Block a user