Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 303178633
  • Loading branch information
qqfish authored and tensorflower-gardener committed Mar 26, 2020
1 parent 62d1f29 commit 1bd89da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion official/vision/image_classification/augment_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_transform(self, dtype):
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)
Expand Down

0 comments on commit 1bd89da

Please sign in to comment.