diff --git a/cherrypy/test/test_states.py b/cherrypy/test/test_states.py index c0c6182..2bdaa3f 100644 --- a/cherrypy/test/test_states.py +++ b/cherrypy/test/test_states.py @@ -162,6 +162,7 @@ class ServerStateTests(helper.CPWebCase): self.assertEqual(len(db_connection.threads), 0) def test_2_KeyboardInterrupt(self): + pytest.skip("flaky test https://github.com/cherrypy/cheroot/issues/328#issuecomment-724931038") # Raise a keyboard interrupt in the HTTP server's main thread. # We must start the server in this, the main thread engine.start()