diff options
| author | J08nY | 2023-10-05 15:55:34 +0200 |
|---|---|---|
| committer | J08nY | 2023-10-05 15:55:34 +0200 |
| commit | 491c652b93056479edefea29c1a62af48aa7ba22 (patch) | |
| tree | 503dfce0ea3d84e7d9012aea0ee8a96ea5ef3bf8 /test | |
| parent | 522d646c34f702492a1f8d8f87a1daecdeeb6df4 (diff) | |
| download | pyecsca-codegen-491c652b93056479edefea29c1a62af48aa7ba22.tar.gz pyecsca-codegen-491c652b93056479edefea29c1a62af48aa7ba22.tar.zst pyecsca-codegen-491c652b93056479edefea29c1a62af48aa7ba22.zip | |
Xfail simulator tests until #3 is resolved.
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_simulator.py | 1 |
1 files changed, 1 insertions, 0 deletions
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)] ) |
