Skip to content

Commit f67fc5d

Browse files
committed
Set to skip test_microsim.py
1 parent 4f7e390 commit f67fc5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fiscalsim_us/tests/microsimulation/test_microsim.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
import pytest
66

77

8-
# @pytest.mark.skipif(True, reason="This test temporarily suspended.")
9-
108
"""
119
In US nationwide simulations, use reported state income tax liabilities
1210
"""
@@ -24,6 +22,7 @@ def apply(self):
2422
self.modify_parameters(use_reported_state_income_tax)
2523

2624

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

0 commit comments

Comments
 (0)