diff --git a/src/astro_image_display_api/widget_api_test.py b/src/astro_image_display_api/widget_api_test.py
index 9bec5e6..f935f1b 100644
--- a/src/astro_image_display_api/widget_api_test.py
+++ b/src/astro_image_display_api/widget_api_test.py
@@ -363,7 +363,7 @@ def test_cuts(self, data):
         self.image.cuts = (10, 100)
         assert self.image.cuts == (10, 100)
 
-    @pytest.mark.xfail(reason="Not clear whether colormap is part of the API")
+    @pytest.mark.skip(reason="Not clear whether colormap is part of the API")
     def test_colormap(self):
         cmap_desired = 'gray'
         cmap_list = self.image.colormap_options