diff --git a/test/test_wrappers.py b/test/test_wrappers.py index ea18079..069c1b9 100644 --- a/test/test_wrappers.py +++ b/test/test_wrappers.py @@ -4,18 +4,6 @@ from sys import stdout, stderr from subprocess import check_call -@mark.xfail -@mark.parametrize("wrapper", ['place', 'route', 'synth', 'write-fasm']) -def test_wrapper(wrapper): - print(f"\n::group::Test {wrapper}") - stdout.flush() - stderr.flush() - try: - check_call(f"f4pga-{wrapper}") - finally: - print("\n::endgroup::") - - @mark.xfail @mark.parametrize( "wrapper",