There was an error while loading. Please reload this page.
1 parent 64c8c7b commit 9b3c20eCopy full SHA for 9b3c20e
1 file changed
tests/ert/unit_tests/cli/test_summary_to_yaml.py
@@ -31,7 +31,7 @@ def _make_summary_obs(
31
)
32
33
34
-@pytest.mark.usefixtures("snake_oil_case")
+@pytest.mark.usefixtures("snake_oil_case", "slow")
35
def test_that_happy_path_on_snake_oil_produces_yaml_and_stdout(capsys):
36
args = MagicMock(format="yaml", config="snake_oil.ert")
37
convert_observations(args, ErtRuntimePlugins())
0 commit comments