Skip to content

Commit

Permalink
copy (broken) test_core.py to unit tests folder; delete TESTS_TO_IMPL…
Browse files Browse the repository at this point in the history
…EMENT dir
  • Loading branch information
stevebachmeier committed Dec 17, 2024
1 parent 44fa6c9 commit 3cf052f
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 3cf052f

Please sign in to comment.