Skip to content

Commit

Permalink
Turn on ServerStateTests::test_2_KeyboardInterrupt
Browse files Browse the repository at this point in the history
Resolves #1873
  • Loading branch information
webknjaz committed Dec 11, 2020
1 parent 2a8aacc commit c524a0d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cherrypy/test/test_states.py
Expand Up @@ -162,10 +162,6 @@ def test_1_Restart(self):
self.assertEqual(db_connection.running, False)
self.assertEqual(len(db_connection.threads), 0)

@pytest.mark.xfail(
raises=KeyboardInterrupt, reason='KeyboardInterrupt #1873',
run=False,
)
def test_2_KeyboardInterrupt(self):
# Raise a keyboard interrupt in the HTTP server's main thread.
# We must start the server in this, the main thread
Expand Down

0 comments on commit c524a0d

Please sign in to comment.