Skip to content

Commit 9b3c20e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ert/unit_tests/cli/test_summary_to_yaml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def _make_summary_obs(
3131
)
3232

3333

34-
@pytest.mark.usefixtures("snake_oil_case")
34+
@pytest.mark.usefixtures("snake_oil_case", "slow")
3535
def test_that_happy_path_on_snake_oil_produces_yaml_and_stdout(capsys):
3636
args = MagicMock(format="yaml", config="snake_oil.ert")
3737
convert_observations(args, ErtRuntimePlugins())

0 commit comments

Comments
 (0)