From f270e43f886cc39bc4c0fb11e147b9c38853b3a4 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 30 Mar 2018 12:26:21 -0700 Subject: [PATCH] Disable tsan for tensorflow/python/estimator:replicate_model_fn_test It gets flaky failures. PiperOrigin-RevId: 191100692 --- tensorflow/python/estimator/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/python/estimator/BUILD b/tensorflow/python/estimator/BUILD index f93bc22..5d8b192 100644 --- a/tensorflow/python/estimator/BUILD +++ b/tensorflow/python/estimator/BUILD @@ -966,5 +966,6 @@ cuda_py_test( tags = [ "multi_gpu", "noasan", # flaky time outs + "notsan", # flaky ], ) -- 2.7.4