From 6c2a215be0afd10008046bd072daaf81228a19a1 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 29 Oct 2021 17:49:19 -0700 Subject: [PATCH] Disable failing test --- tensorflow/python/ops/image_ops_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/python/ops/image_ops_test.py b/tensorflow/python/ops/image_ops_test.py index 8af47baf43b5f7..67998d609eab04 100644 --- a/tensorflow/python/ops/image_ops_test.py +++ b/tensorflow/python/ops/image_ops_test.py @@ -6049,7 +6049,7 @@ def testImageCropAndResize(self): crop_size=[1, 1]) self.evaluate(op) - def testImageCropAndResizeWithInvalidInput(self): + def DISABLED_testImageCropAndResizeWithInvalidInput(self): with self.session(): with self.assertRaises((errors.InternalError, ValueError)): op = image_ops_impl.crop_and_resize_v2(