1
0
mirror of synced 2025-02-25 14:25:12 +01:00

Add raises=AssertionError to ia6cho xfail entry

This commit is contained in:
Viv 2023-06-29 01:44:19 -04:00
parent 52eae95161
commit 2f06ee433c

View File

@ -34,7 +34,7 @@ def assert_song_property(obj1, obj2, prop, measure=None, branch=None, note=None,
# Passing charts
pytest.param('mikdp'),
# Failing charts (NB: These will be XFAIL in CI, but FAIL in local tests.)
pytest.param('ia6cho', marks=pytest.mark.xfail("CI" in os.environ,
pytest.param('ia6cho', marks=pytest.mark.xfail("CI" in os.environ, raises=AssertionError,
reason='Fumen has several inexplicable empty measures at start.')),
])
def test_converted_tja_vs_cached_fumen(id_song, tmp_path, entry_point):