Merge pull request #50210 from tensorflow/geetachavan1-patch-1

Disable io_test
This commit is contained in:
Mihai Maruseac
2021-06-11 09:09:43 -07:00
committed by GitHub

View File

@@ -312,6 +312,7 @@ tf_py_test(
tf_py_test(
name = "io_test",
srcs = ["io_test.py"],
tags = ["no_pip"],
deps = [
"//tensorflow/python:client_testlib",
"//tensorflow/python:util",