Skip to content

Commit 4129eb5

Browse files
Xiao Yuallenwang28
authored andcommitted
Internal change
PiperOrigin-RevId: 303178633
1 parent 79c7526 commit 4129eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

official/vision/image_classification/augment_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def test_transform(self, dtype):
5252
self.assertAllEqual(augment.transform(image, transforms=[1]*8),
5353
[[4, 4], [4, 4]])
5454

55-
def test_translate(self, dtype):
55+
def disable_test_translate(self, dtype):
5656
image = tf.constant(
5757
[[1, 0, 1, 0], [0, 1, 0, 1], [1, 0, 1, 0], [0, 1, 0, 1]],
5858
dtype=dtype)

0 commit comments

Comments
 (0)