Skip to content

Commit

Permalink
fixup! Rename job configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-petter-hauge committed Oct 5, 2021
1 parent 384548d commit f6f574c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/jobs/nosim/test_nosim.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import sys
import os
import shutil
import subprocess
Expand All @@ -8,6 +9,13 @@
import ert_shared.hook_implementations


@pytest.mark.skipif(
sys.platform == "darwin", reason="Skip test for Mac OS - invalid use of sed"
)
# The GNU extension for the sed command on osx behaves slightly different.
# The result when running the forward model job is as follow:
# cat insert_nosim.stderr.1
# sed: 1: "TEST.DATA": invalid command code T
@pytest.mark.parametrize(
"nosim_command,data_input,data_expected",
[
Expand Down

0 comments on commit f6f574c

Please sign in to comment.