From d1c071a4021940d405c22817f8dd5b8fcdcd3ed3 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 7 May 2019 12:11:57 -0700 Subject: [PATCH] disable test from pip builds. PiperOrigin-RevId: 247066030 --- tensorflow/python/distribute/BUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tensorflow/python/distribute/BUILD b/tensorflow/python/distribute/BUILD index 3b070c29f90..c71041042ca 100644 --- a/tensorflow/python/distribute/BUILD +++ b/tensorflow/python/distribute/BUILD @@ -977,6 +977,9 @@ distribute_py_test( size = "medium", srcs = ["saved_model_test.py"], main = "saved_model_test.py", + tags = [ + "no_pip", # b/131691139 + ], deps = [ ":combinations", ":model_combinations",