diff --git a/python/servo/devtools_tests.py b/python/servo/devtools_tests.py index a6b0846a463..4c79649a4ae 100644 --- a/python/servo/devtools_tests.py +++ b/python/servo/devtools_tests.py @@ -209,7 +209,6 @@ class DevtoolsTests(unittest.IsolatedAsyncioTestCase): for web_server in self.web_servers: web_server.shutdown() web_server.server_close() - os.system("ss -lnp | egrep '1000[01]'") self.web_servers = None if self.web_server_threads is not None: for web_server_thread in self.web_server_threads: