Disable flaky eager:remote_test
PiperOrigin-RevId: 302552940 Change-Id: Iebabdccbf3adf831deb64242d2e56d647f146f60
This commit is contained in:
parent
f18fa5b6b0
commit
f68e082e2b
|
@ -852,9 +852,7 @@ cuda_py_test(
|
||||||
python_version = "PY3",
|
python_version = "PY3",
|
||||||
shard_count = 2,
|
shard_count = 2,
|
||||||
tags = [
|
tags = [
|
||||||
"manual",
|
|
||||||
"no_oss", # This test launches local server.
|
"no_oss", # This test launches local server.
|
||||||
"notap", # TODO(b/152224115)
|
|
||||||
"optonly", # times out
|
"optonly", # times out
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
|
|
Loading…
Reference in New Issue