diff --git a/tensorflow/python/platform/BUILD b/tensorflow/python/platform/BUILD index b701f255c9ce4a22e10e9699c2e6d4d700dc5e00..4a39865a6c4d081c17506a8f4b1b4443507681c1 100644 --- a/tensorflow/python/platform/BUILD +++ b/tensorflow/python/platform/BUILD @@ -117,6 +117,7 @@ tf_py_test( tags = [ "no_pip", "no_windows", + "no_oss", # TODO(b/259319686) : Disable the test ], deps = [ ":platform", @@ -130,6 +131,9 @@ tf_py_test( size = "small", srcs = ["flags_test.py"], python_version = "PY3", + tags = [ + "no_oss", # TODO(b/259319686) : Disable the test + ], deps = [ ":client_testlib", ":platform",