Skip to content

Commit

Permalink
add xfails
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrakenhoff committed Aug 15, 2024
1 parent a8e596f commit 0bbf23c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_007_hpdextension.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def test_hpd_download_from_bro():
assert pstore.n_oseries == 3


@pytest.mark.xfail(reason="KNMI is being flaky, so allow this test to xfail/xpass.")
@pytest.mark.pastas150
def test_hpd_download_precipitation_from_knmi():
from pastastore.extensions import activate_hydropandas_extension
Expand All @@ -29,6 +30,7 @@ def test_hpd_download_precipitation_from_knmi():
assert pstore.n_stresses == 1


@pytest.mark.xfail(reason="KNMI is being flaky, so allow this test to xfail/xpass.")
@pytest.mark.pastas150
def test_hpd_download_evaporation_from_knmi():
from pastastore.extensions import activate_hydropandas_extension
Expand All @@ -54,6 +56,7 @@ def test_update_oseries():
assert tmintmax.loc["GMW000000036327_1", "tmax"] >= Timestamp("2024-01-20")


@pytest.mark.xfail(reason="KNMI is being flaky, so allow this test to xfail/xpass.")
@pytest.mark.pastas150
def test_update_stresses():
from pastastore.extensions import activate_hydropandas_extension
Expand Down

0 comments on commit 0bbf23c

Please sign in to comment.