Skip to content

Commit e191287

Browse files
committed
skip one more test
1 parent 599b96e commit e191287

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

chaco/tools/tests/test_cursor_tool.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ def _plot_default(self):
6666
)
6767

6868
@unittest.skipIf(ETSConfig.toolkit == "null", "Skip on 'null' toolkit")
69+
@unittest.skipIf(
70+
ETSConfig.toolkit == "wx" and platform.system() == 'Darwin',
71+
"Test does not work correctly on wx; https://github.com/enthought/chaco/issues/919")
6972
def test_use_with_linear_mappers(self):
7073
class TestCursor(HasTraits):
7174
plot = Instance(Plot)

0 commit comments

Comments
 (0)