diff --git a/tests/test_10_nsm_carbon_calculations.py b/tests/test_10_nsm_carbon_calculations.py index eee48ce..c89fb6f 100644 --- a/tests/test_10_nsm_carbon_calculations.py +++ b/tests/test_10_nsm_carbon_calculations.py @@ -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, diff --git a/tests/test_13_nsm_CBOD_calculations.py b/tests/test_13_nsm_CBOD_calculations.py index 8d7b6f1..bb65dae 100644 --- a/tests/test_13_nsm_CBOD_calculations.py +++ b/tests/test_13_nsm_CBOD_calculations.py @@ -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,