Skip to content

Commit

Permalink
add xfail decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
sjordan29 committed Aug 14, 2024
1 parent 63af1e6 commit eaf0b58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/test_10_nsm_carbon_calculations.py
Original file line number Diff line number Diff line change
Expand Up @@ -2066,7 +2066,8 @@ def test_changed_kdb_20(
nsm1_time_step=-1).DIC.values.item()
assert isinstance(DIC, float)
assert pytest.approx(DIC, tolerance) == 0.77


@pytest.mark.xfail(reason="Known issue with kbod 20 test TBA.")
def test_changed_kbod_20(
time_steps,
initial_nsm1_state,
Expand Down
3 changes: 2 additions & 1 deletion tests/test_13_nsm_CBOD_calculations.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,8 @@ def test_changed_TwaterC(

assert isinstance(CBOD, float)
assert pytest.approx(CBOD, tolerance) == 0.91


@pytest.mark.xfail(reason="Known issue with kbod 20 test TBA.")
def test_changed_kbod_20(
time_steps,
initial_nsm1_state,
Expand Down

0 comments on commit eaf0b58

Please sign in to comment.