From 0ce9b28da7beb42dbef4b033673e41b9dc259616 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 5 Jan 2016 20:13:25 +0100 Subject: [PATCH] Skip :stop test on OS X. This triggers the OS X kernel bug explained here: https://bitbucket.org/cherrypy/cherrypy/pull-requests/117/ Fixes #1183. --- tests/integration/features/misc.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/features/misc.feature b/tests/integration/features/misc.feature index b31ef0f67..030731a80 100644 --- a/tests/integration/features/misc.feature +++ b/tests/integration/features/misc.feature @@ -119,6 +119,7 @@ Feature: Various utility commands. # :stop/:reload + @not_osx Scenario: :stop Given I have a fresh instance # We can't use "When I open" because we don't want to wait for load