Skip to content

Commit 83e4f7f

Browse files
committed
OSX: disable failing test
1 parent df0d4e2 commit 83e4f7f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

psutil/tests/test_process.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1577,6 +1577,7 @@ class TestPopen(PsutilTestCase):
15771577
def tearDownClass(cls):
15781578
reap_children()
15791579

1580+
@pytest.mark.skipif(MACOS and GITHUB_ACTIONS, reason="hangs on OSX + CI")
15801581
def test_misc(self):
15811582
# XXX this test causes a ResourceWarning because
15821583
# psutil.__subproc instance doesn't get properly freed.

0 commit comments

Comments
 (0)