Disable 2 failing tests

This commit is contained in:
Mihai Maruseac 2020-01-10 15:33:51 -08:00
parent f1340f2f7c
commit 7520814fbc
2 changed files with 2 additions and 0 deletions

View File

@ -139,6 +139,7 @@ py_test(
tags = tf_cuda_tests_tags() + [
"notap",
"no_pip",
"no_oss", # fails on this branch
],
deps = [
":cuda_op",

View File

@ -878,6 +878,7 @@ distribute_py_test(
tags = [
"multi_and_single_gpu",
"no_rocm",
"no_oss", # fails on this branch
],
deps = [
":mirrored_strategy",