Skip to content
Snippets Groups Projects
Commit 6351595d authored by Vicki Pfau's avatar Vicki Pfau
Browse files

tests: Skip all missing file tests instead of xpassing

parent f6e2f5df
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,4 @@ def pytest_collection_modifyitems(items):
try:
retro.get_romfile_path(key.replace('_', '-'))
except FileNotFoundError:
if item.originalname == 'test_rom':
item.add_marker(pytest.mark.xfail)
else:
item.add_marker(pytest.mark.skip)
item.add_marker(pytest.mark.skip)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment