Disabling tsan test for //tensorflow/core/kernels/data:parallel_interleave_dataset_op_test until bug fix lands.

PiperOrigin-RevId: 288043424
Change-Id: I5dc510862196545ee9bd12a32ace7610d34c7ea4
This commit is contained in:
Brian Zhao 2020-01-03 13:49:31 -08:00 committed by TensorFlower Gardener
parent d25dd80748
commit 728967326e

View File

@ -615,6 +615,7 @@ tf_cc_test(
name = "parallel_interleave_dataset_op_test",
size = "small",
srcs = ["parallel_interleave_dataset_op_test.cc"],
tags = ["notsan"], # TODO(b/147147071): Remove this tag once bug fix lands.
deps = [
":captured_function",
":dataset_test_base",