From dadb58d1324d34a25e058f9c3ae8ae22224e4e31 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 19 Mar 2019 10:15:59 -0700 Subject: [PATCH] Disable keras:applications_test (128912960) --- tensorflow/python/keras/BUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tensorflow/python/keras/BUILD b/tensorflow/python/keras/BUILD index 4a72c4b3f3..c47406eebf 100755 --- a/tensorflow/python/keras/BUILD +++ b/tensorflow/python/keras/BUILD @@ -301,6 +301,9 @@ py_test( srcs = ["applications/applications_test.py"], shard_count = 2, srcs_version = "PY2AND3", + tags = [ + "no_oss", + ], deps = [ ":keras", "//tensorflow/python:client_testlib", -- GitLab