Skip to content

Commit

Permalink
Fix typo SUONS -> SUNOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mtelka committed Nov 5, 2024
1 parent fb68f9f commit ad60978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psutil/tests/test_connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class TestConnectedSocket(ConnectionTestCase):

# On SunOS, even after we close() it, the server socket stays around
# in TIME_WAIT state.
@pytest.mark.skipif(SUNOS, reason="unreliable on SUONS")
@pytest.mark.skipif(SUNOS, reason="unreliable on SUNOS")
def test_tcp(self):
addr = ("127.0.0.1", 0)
assert this_proc_net_connections(kind='tcp4') == []
Expand Down

0 comments on commit ad60978

Please sign in to comment.