Skip to content

Commit

Permalink
Use correct skipping decorater
Browse files Browse the repository at this point in the history
  • Loading branch information
timmens committed Feb 13, 2024
1 parent a761e8e commit 0a19445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_long.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
on the CPU."""


@pytest.skip(reason=SKIP_REASON)
@pytest.mark.skip(reason=SKIP_REASON)
def test_long():
solve_model, template = get_lcm_function(PHELPS_DEATON, targets="solve")
solve_model(PARAMS)

0 comments on commit 0a19445

Please sign in to comment.