Nightly breakage - Nightly non-pip cpu builds times out (flaky). Add no_oss tag.

PiperOrigin-RevId: 350043146
Change-Id: I05be885f183fa4e0267b0640431bc8ee891387ff
This commit is contained in:
Hye Soo Yang 2021-01-04 13:47:59 -08:00 committed by TensorFlower Gardener
parent 6876288ead
commit b6fbda0c28

View File

@ -3246,11 +3246,12 @@ cuda_py_test(
srcs = ["extract_volume_patches_grad_test.py"],
shard_count = 50,
tags = [
"no_gpu", # http://b/171837334
"no_gpu", # b/171837334
"no_oss", # Test times out on oss-nightly cpu builds
"no_pip",
"nogpu", # http://b/171837334
"nomac", # http://b/139946976
"notap", # http://b/31080670
"nogpu", # b/171837334
"nomac", # b/139946976
"notap", # b/31080670
],
deps = [
"//tensorflow/python:array_ops",