Skip to content

Commit 2c6b5f6

Browse files
committed
fixup! Add yaml obs converter
Mark slow test
1 parent 64c8c7b commit 2c6b5f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/ert/unit_tests/cli/test_summary_to_yaml.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def _make_summary_obs(
3232

3333

3434
@pytest.mark.usefixtures("snake_oil_case")
35+
@pytest.mark.slow
3536
def test_that_happy_path_on_snake_oil_produces_yaml_and_stdout(capsys):
3637
args = MagicMock(format="yaml", config="snake_oil.ert")
3738
convert_observations(args, ErtRuntimePlugins())

0 commit comments

Comments
 (0)