Skip to content

Commit

Permalink
Unskip memray test
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Sep 22, 2023
1 parent 7b6b10b commit 5202f3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit_tests/storage/test_parameter_sample_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import pytest
import xtgeo
from ecl.util.geometry import Surface
from flaky import flaky

from ert.__main__ import ert_parser
from ert.cli import ENSEMBLE_SMOOTHER_MODE
Expand Down Expand Up @@ -788,7 +789,7 @@ def test_surface_param_update(tmpdir):

@pytest.mark.integration_test
@pytest.mark.limit_memory("110 MB")
@pytest.mark.skip
@flaky(max_runs=5, min_passes=1)
def test_field_param_memory(tmpdir):
with tmpdir.as_cwd():
# Setup is done in a subprocess so that memray does not pick up the allocations
Expand Down

0 comments on commit 5202f3d

Please sign in to comment.