Skip to content

Commit 804af60

Browse files
committed
Mark colormap tests as xfail
It is not even clear colormaps are part of the API...
1 parent 9a04a5b commit 804af60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/astro_image_display_api/widget_api_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ def test_cuts(self, data):
363363
self.image.cuts = (10, 100)
364364
assert self.image.cuts == (10, 100)
365365

366+
@pytest.mark.xfail(reason="Not clear whether colormap is part of the API")
366367
def test_colormap(self):
367368
cmap_desired = 'gray'
368369
cmap_list = self.image.colormap_options

0 commit comments

Comments
 (0)