We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7e390 commit f67fc5dCopy full SHA for f67fc5d
fiscalsim_us/tests/microsimulation/test_microsim.py
@@ -5,8 +5,6 @@
5
import pytest
6
7
8
-# @pytest.mark.skipif(True, reason="This test temporarily suspended.")
9
-
10
"""
11
In US nationwide simulations, use reported state income tax liabilities
12
@@ -24,6 +22,7 @@ def apply(self):
24
22
self.modify_parameters(use_reported_state_income_tax)
25
23
26
+@pytest.mark.skipif(True, reason="This test temporarily suspended.")
27
def test_microsim_runs_cps():
28
sim = Microsimulation(reform=baseline_reform)
29
hnet = sim.calc("household_net_income", period=2024, map_to="person")
0 commit comments