diff --git a/tensorflow/python/eager/memory_tests/BUILD b/tensorflow/python/eager/memory_tests/BUILD index c224b6091e0..b5e0afa6f4a 100644 --- a/tensorflow/python/eager/memory_tests/BUILD +++ b/tensorflow/python/eager/memory_tests/BUILD @@ -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,