Skip to content

Commit

Permalink
Set to skip test_microsim.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Nov 22, 2024
1 parent 4f7e390 commit f67fc5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fiscalsim_us/tests/microsimulation/test_microsim.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
import pytest


# @pytest.mark.skipif(True, reason="This test temporarily suspended.")

"""
In US nationwide simulations, use reported state income tax liabilities
"""
Expand All @@ -24,6 +22,7 @@ def apply(self):
self.modify_parameters(use_reported_state_income_tax)


@pytest.mark.skipif(True, reason="This test temporarily suspended.")
def test_microsim_runs_cps():
sim = Microsimulation(reform=baseline_reform)
hnet = sim.calc("household_net_income", period=2024, map_to="person")
Expand Down

0 comments on commit f67fc5d

Please sign in to comment.