diff --git a/TESTS_TO_IMPLEMENT/extract/test_core.py b/tests/unit/test_core.py similarity index 98% rename from TESTS_TO_IMPLEMENT/extract/test_core.py rename to tests/unit/test_core.py index f637b511..31ffbf8c 100644 --- a/TESTS_TO_IMPLEMENT/extract/test_core.py +++ b/tests/unit/test_core.py @@ -5,9 +5,11 @@ from vivarium_inputs import core, utility_data from vivarium_inputs.mapping_extension import healthcare_entities -pytestmark = pytest.mark.skipif( - NO_GBD_ACCESS, reason="Cannot run these tests without vivarium_gbd_access" -) +pytestmark = pytest.mark.skip(reason="MIC-5245") + +# pytestmark = pytest.mark.skipif( +# NO_GBD_ACCESS, reason="Cannot run these tests without vivarium_gbd_access" +# ) def success_expected(entity_name, measure_name, location):