Commit 1bd89dac authored by Xiao Yu's avatar Xiao Yu Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 303178633
parent 62d1f29a
......@@ -52,7 +52,7 @@ class TransformsTest(parameterized.TestCase, tf.test.TestCase):
self.assertAllEqual(augment.transform(image, transforms=[1]*8),
[[4, 4], [4, 4]])
def test_translate(self, dtype):
def disable_test_translate(self, dtype):
image = tf.constant(
[[1, 0, 1, 0], [0, 1, 0, 1], [1, 0, 1, 0], [0, 1, 0, 1]],
dtype=dtype)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment