Skip to content

Commit

Permalink
TST: xfail flaky OPM tests
Browse files Browse the repository at this point in the history
These tests fail intermittently for a number of reasons. Sometimes
segfaulting, sometimes FileNotFound, sometimes results differ. These
issues do not appear to be a result of xtgeo but should maybe be looked
at more closely.
  • Loading branch information
mferrera authored and janbjorge committed Nov 22, 2023
1 parent 8acfd5b commit 3c0118a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_opm_integration/test_gridprop_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ def deck_contents(self):
opm_setups = st.builds(OpmSetup, xtgeo_grids, st.booleans(), unit_systems)


@pytest.mark.xfail(reason="OPM flaky")
@pytest.mark.requires_opm
@pytest.mark.usefixtures("setup_tmpdir")
@settings(max_examples=5)
Expand Down Expand Up @@ -245,6 +246,7 @@ def test_init_props_reading(case):
assert poro.date == "20000101"


@pytest.mark.xfail(reason="OPM flaky")
@pytest.mark.requires_opm
@pytest.mark.usefixtures("setup_tmpdir")
@settings(max_examples=5)
Expand Down

0 comments on commit 3c0118a

Please sign in to comment.