Disable remote_memory_test in OSS to unbreak builds

PiperOrigin-RevId: 255480060
This commit is contained in:
Akshay Modi 2019-06-27 14:35:09 -07:00 committed by TensorFlower Gardener
parent 8ad0ba42bf
commit 38f0926c4f

View File

@ -40,6 +40,7 @@ cuda_py_test(
"//tensorflow/python:client_testlib",
],
tags = [
"no_oss",
"optonly", # The test is too slow in non-opt mode
],
xla_enable_strict_auto_jit = True,