Skip to content

Commit

Permalink
Remove TE tests from GitHub actions for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Apr 23, 2024
1 parent b403c84 commit 48d434a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_flat_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ def test_2021_tc_variable_totals(variable):

test_mode = os.environ.get("TEST_MODE", "lite")

RUN_TE_TESTS = False


@pytest.mark.skipif(not RUN_TE_TESTS, reason="TE tests are disabled.")
@pytest.mark.dependency(depends=["test_2021_flat_file_builds"])
def test_2023_tax_expenditures():
flat_file_2021 = pytest.flat_file_2021
Expand Down

0 comments on commit 48d434a

Please sign in to comment.