From 695da2d928b5927c0a4f73e352a597a19886f2cb Mon Sep 17 00:00:00 2001 From: HyoukJoong Lee Date: Wed, 18 Apr 2018 15:57:53 -0700 Subject: [PATCH] Disable failing test RGBToHSVTest.testBatch PiperOrigin-RevId: 193431888 --- tensorflow/compiler/tests/image_ops_test.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tensorflow/compiler/tests/image_ops_test.py b/tensorflow/compiler/tests/image_ops_test.py index 12791ef8ac1..5b19e993ece 100644 --- a/tensorflow/compiler/tests/image_ops_test.py +++ b/tensorflow/compiler/tests/image_ops_test.py @@ -37,6 +37,10 @@ from tensorflow.python.platform import test class RGBToHSVTest(XLATestCase): def testBatch(self): + # TODO(b/78230407): Reenable the test on GPU. + if self.device == "XLA_GPU": + return + # Build an arbitrary RGB image np.random.seed(7) batch_size = 5