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