Skip to content

Commit 6bbcbc8

Browse files
committed
Change xfail to skip for downstream packages
1 parent af612d3 commit 6bbcbc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/astro_image_display_api/widget_api_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +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")
366+
@pytest.mark.skip(reason="Not clear whether colormap is part of the API")
367367
def test_colormap(self):
368368
cmap_desired = 'gray'
369369
cmap_list = self.image.colormap_options

0 commit comments

Comments
 (0)