From 491c652b93056479edefea29c1a62af48aa7ba22 Mon Sep 17 00:00:00 2001 From: J08nY Date: Thu, 5 Oct 2023 15:55:34 +0200 Subject: Xfail simulator tests until #3 is resolved. --- test/test_simulator.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/test_simulator.py b/test/test_simulator.py index 8ce38e4..89819b1 100644 --- a/test/test_simulator.py +++ b/test/test_simulator.py @@ -198,6 +198,7 @@ def test_ecdh(mult_name, mult_class, cli_runner, curve32): ) +@pytest.mark.xfail(reason="Simulator bug #3") @pytest.mark.parametrize( "mult_name,mult_class", [("ltr", LTRMultiplier), ("rtl", RTLMultiplier)] ) -- cgit v1.3.1