Disable a test from sanitizers.
PiperOrigin-RevId: 310461926 Change-Id: I744cd0fd8d3b47e1ef4445b3ff9bd48ea7ff76fe
This commit is contained in:
parent
9242d0c509
commit
797ac7bf87
@ -430,6 +430,11 @@ py_test(
|
||||
srcs = ["multi_worker_tutorial_test.py"],
|
||||
python_version = "PY3",
|
||||
shard_count = 5,
|
||||
tags = [
|
||||
"noasan",
|
||||
"nomsan",
|
||||
"notsan",
|
||||
], # TODO(b/156029134)
|
||||
deps = [
|
||||
"//tensorflow/python:platform",
|
||||
"//tensorflow/python/data/ops:dataset_ops",
|
||||
|
Loading…
x
Reference in New Issue
Block a user