Skip to content

Commit

Permalink
skip flaky test on netbsd
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Apr 18, 2024
1 parent 8bfecf0 commit 0b0ea8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions psutil/tests/test_process.py
Expand Up @@ -1468,6 +1468,7 @@ def clean_dict(d):
MACOS_11PLUS,
"macOS 11+ can't get another process environment, issue #2084",
)
@unittest.skipIf(NETBSD, "sometimes fails on `assert is_running()`")
def test_weird_environ(self):
# environment variables can contain values without an equals sign
code = textwrap.dedent("""
Expand Down

0 comments on commit 0b0ea8e

Please sign in to comment.