Skip to content

Commit

Permalink
Disable data_service_ops_ft_test on tsan
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 359197068
Change-Id: I95628c8d41ec5552c28c91ca4fdc2505fa40a26d
  • Loading branch information
zhangyujing authored and tensorflower-gardener committed Feb 24, 2021
1 parent 0aa8a99 commit 5bb5bcc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tensorflow/python/data/experimental/kernel_tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ tf_py_test(
name = "data_service_ops_ft_test",
srcs = ["data_service_ops_ft_test.py"],
srcs_version = "PY3",
tags = [
"notsan", # b/181074067.
],
deps = [
":data_service_test_base",
"//tensorflow:tensorflow_py",
Expand Down

0 comments on commit 5bb5bcc

Please sign in to comment.