We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599b96e commit e191287Copy full SHA for e191287
chaco/tools/tests/test_cursor_tool.py
@@ -66,6 +66,9 @@ def _plot_default(self):
66
)
67
68
@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")
72
def test_use_with_linear_mappers(self):
73
class TestCursor(HasTraits):
74
plot = Instance(Plot)
0 commit comments