no up for nfc

This commit is contained in:
Conor Patrick
2019-08-20 20:45:05 +08:00
parent 1dd5a3dd78
commit f9fb62affe
@@ -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)