Skip to content

Commit

Permalink
Skip pipetrigger tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Oct 31, 2017
1 parent 1ba6bee commit f58241f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/zope/server/tests/test_trigger.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ def test_positive_id(self):
finally:
del trigger.id

@unittest.skipIf(not hasattr(trigger, 'pipetrigger'),
"pipetrigger not available on Windows")
class TestPipeTrigger(unittest.TestCase):

def _getFUT(self):
Expand Down

0 comments on commit f58241f

Please sign in to comment.