test: f4pga-* wrappers were removed in 22910261

Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
Unai Martinez-Corral 2022-05-22 18:50:09 +02:00
parent a4ff811f4e
commit 186ca3862f
1 changed files with 0 additions and 12 deletions

View File

@ -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",