diff --git a/test/test_image_dtype.py b/test/test_image_dtype.py index 686d60ca9b..03ce8dac44 100644 --- a/test/test_image_dtype.py +++ b/test/test_image_dtype.py @@ -46,6 +46,7 @@ class TestImageDType(unittest.TestCase): assert isinstance(it.lazydata.base.realized.dtype, ImageDType) np.testing.assert_equal(tst, it.numpy()) + @unittest.expectedFailure # this isn't supported anymore, CAST to ImageDType stays ImageDType def test_image_cast_and_back_collapses(self): data = Tensor.randn(9*27*4).realize() tst = data.numpy()