Skip to content

Commit

Permalink
Need another skip
Browse files Browse the repository at this point in the history
  • Loading branch information
coldfix committed Sep 4, 2020
1 parent 26bd4c3 commit 849d1e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_madx.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def test_quit(self):
with self.assertRaises(RuntimeError):
self.mad.input(';')

@unittest.skipIf(sys.platform == 'win32', 'Known to be broken on win32!')
def test_context_manager(self):
output = []
with Madx(stdout=output.append) as m:
Expand Down

0 comments on commit 849d1e9

Please sign in to comment.