Disable random_generator_test on Cloud TPU.

PiperOrigin-RevId: 351631939
Change-Id: I990a305c084f6a35752da2b6a6e7ed8555cf7a24
This commit is contained in:
Revan Sopher 2021-01-13 11:44:09 -08:00 committed by TensorFlower Gardener
parent a86b735c45
commit 58fa23c36c

View File

@ -595,6 +595,9 @@ distribute_py_test(
tags = [
"multi_and_single_gpu",
],
tpu_tags = [
"no_oss",
],
deps = [
"//tensorflow/python:stateful_random_ops",
"//tensorflow/python/compat:v2_compat",