Skip to content
Snippets Groups Projects
Commit b6ec9982 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

skip outdated ext/test

parent 753c9b17
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ from extraction.core.lineage import reassign_mo_bud ...@@ -15,6 +15,7 @@ from extraction.core.lineage import reassign_mo_bud
DATA_DIR = Path(os.path.dirname(os.path.realpath(__file__))) / Path("data") DATA_DIR = Path(os.path.dirname(os.path.realpath(__file__))) / Path("data")
@pytest.mark.skip(reason="reassign_mo_bud no longer in use")
def test_mobud_translation(tracks_pkl=None, mo_bud_pkl=None): def test_mobud_translation(tracks_pkl=None, mo_bud_pkl=None):
if tracks_pkl is None: if tracks_pkl is None:
......
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