Skip to content

Commit

Permalink
Add comment about flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Sep 5, 2023
1 parent e6cb0d3 commit 25878cc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions holoviews/tests/core/data/test_imageinterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,15 @@ class RGBElement_ImageInterfaceTests(BaseRGBElementInterfaceTests):

__test__ = True

def test_reduce_to_single_values(self):
try:
super().test_reduce_to_single_values()
except DataError:
raise SkipTest(
"RGB element can't run with this command: "
"'pytest holoviews/tests -k test_reduce_to_single_values'"
)


class BaseHSVElementInterfaceTests(InterfaceTests):

Expand Down

0 comments on commit 25878cc

Please sign in to comment.