Skip to content

Commit

Permalink
Skip trace test for Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgate committed Aug 18, 2021
1 parent 9b641d1 commit 4204630
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_ShellLogger.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,8 @@ def test_trace_and_stat():
"tested.")


@pytest.mark.skipif(os.uname().sysname == "Darwin",
reason="`ltrace`/`strace` don't exist for Darwin")
@pytest.mark.skip(reason="Not sure it's worth it to fix this or not")
def test_set_env_trace():
logger = ShellLogger(stack()[0][3], Path.cwd())
Expand Down

0 comments on commit 4204630

Please sign in to comment.