Disable tests for CUDA 11 that fail CI.

PiperOrigin-RevId: 319277399
Change-Id: I437121a8b44ea1da717eb2452a768103908c51ca
This commit is contained in:
Christian Sigg 2020-07-01 12:39:50 -07:00 committed by TensorFlower Gardener
parent 619cc68ce1
commit 88be89ea85
3 changed files with 5 additions and 0 deletions

View File

@ -120,6 +120,7 @@ distribute_py_test(
main = "custom_training_loop_models_test.py",
tags = [
"multi_and_single_gpu",
"no_cuda11",
],
tpu_tags = [
"no_oss", # b/153615544.

View File

@ -519,6 +519,7 @@ cuda_py_test(
python_version = "PY3",
shard_count = 4,
tags = [
"no_cuda11",
"no_windows_gpu",
],
deps = [
@ -784,6 +785,7 @@ cuda_py_test(
srcs = ["lstm_v2_test.py"],
python_version = "PY3",
shard_count = 12,
tags = ["no_cuda11"],
deps = [
"//tensorflow/python:client_testlib",
"//tensorflow/python/keras",
@ -798,6 +800,7 @@ cuda_py_test(
srcs = ["gru_v2_test.py"],
python_version = "PY3",
shard_count = 12,
tags = ["no_cuda11"],
deps = [
"//tensorflow/python:client_testlib",
"//tensorflow/python/keras",

View File

@ -274,6 +274,7 @@ cuda_py_test(
name = "op_callbacks_test",
srcs = ["op_callbacks_test.py"],
python_version = "PY3",
tags = ["no_cuda11"],
deps = [
"//tensorflow/python:framework_ops",
"//tensorflow/python:framework_test_lib",