From de21f217b7cc2a67103e954c8e91286f3060b568 Mon Sep 17 00:00:00 2001 From: Aaron Ayres Date: Thu, 22 Apr 2021 05:25:43 -0700 Subject: [PATCH] unskip no longer failing test --- chaco/tests/test_colormapped_scatterplot.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/chaco/tests/test_colormapped_scatterplot.py b/chaco/tests/test_colormapped_scatterplot.py index 3adf8a9c1..84c6bf7f7 100644 --- a/chaco/tests/test_colormapped_scatterplot.py +++ b/chaco/tests/test_colormapped_scatterplot.py @@ -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