Skip to content
Snippets Groups Projects
Commit a500e0c0 authored by Kelvin's avatar Kelvin Committed by Jesse Mapel
Browse files

re-enabled mex

re-enabled mex
parent b2eb3ae2
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,6 @@ from abc import ABC ...@@ -24,7 +24,6 @@ from abc import ABC
__disabled_drivers__ = ["ody_drivers", __disabled_drivers__ = ["ody_drivers",
"hayabusa2_drivers", "hayabusa2_drivers",
"juno_drivers", "juno_drivers",
"mex_drivers",
"tgo_drivers"] "tgo_drivers"]
# dynamically load drivers # dynamically load drivers
......
...@@ -546,7 +546,6 @@ def test_kernels(): ...@@ -546,7 +546,6 @@ def test_kernels():
# Eventually all label/formatter combinations should be tested. For now, isis3/usgscsm and # Eventually all label/formatter combinations should be tested. For now, isis3/usgscsm and
# pds3/isis will fail. # pds3/isis will fail.
@pytest.mark.xfail
@pytest.mark.parametrize("label,formatter", [('isis3','isis'), ('pds3', 'usgscsm'), @pytest.mark.parametrize("label,formatter", [('isis3','isis'), ('pds3', 'usgscsm'),
pytest.param('isis3','usgscsm', marks=pytest.mark.xfail), pytest.param('isis3','usgscsm', marks=pytest.mark.xfail),
pytest.param('pds3','isis', marks=pytest.mark.xfail),]) pytest.param('pds3','isis', marks=pytest.mark.xfail),])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment