diff options
Diffstat (limited to 'tests/test_pyhegp.py')
-rw-r--r-- | tests/test_pyhegp.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_pyhegp.py b/tests/test_pyhegp.py index 52a6238..d91f164 100644 --- a/tests/test_pyhegp.py +++ b/tests/test_pyhegp.py @@ -105,7 +105,6 @@ def test_conservation_of_solutions(genotype, phenotype): == np.linalg.solve(hegp_encrypt(genotype, key), hegp_encrypt(phenotype, key))) -@pytest.mark.xfail def test_simple_workflow(): result = CliRunner().invoke(main, ["encrypt", |