Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions chaco/tests/test_colormapped_scatterplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,8 @@ def test_scatter_circle(self):
actual = self.gc.bmp_array[:, :, :]
self.assertFalse(alltrue(actual == 255))

@unittest.skip("Broken; see GH #232.")
def test_scatter_custom(self):
"""Coverage test to check custom markers work...

XXX ...which apparently they currently don't. See #232.
"""Coverage test to check custom markers work.
"""

# build path
Expand Down