aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/client
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2018-09-14 13:31:24 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-14 13:35:42 -0700
commit0981b26dd4f5d1b9b3baaecbb61533a658a95c2a (patch)
treec5ef8e12dd17919764844f500535bcbf0f4bcf51 /tensorflow/python/client
parent91fa9ad89589b7d20200bb19cf3c271d71fa3bdc (diff)
Disable the flaky test case in timeline_test
PiperOrigin-RevId: 213034078
Diffstat (limited to 'tensorflow/python/client')
-rw-r--r--tensorflow/python/client/timeline_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/client/timeline_test.py b/tensorflow/python/client/timeline_test.py
index 03effde098..281d7f2e2b 100644
--- a/tensorflow/python/client/timeline_test.py
+++ b/tensorflow/python/client/timeline_test.py
@@ -134,7 +134,7 @@ class TimelineTest(test.TestCase):
ctf = tl.generate_chrome_trace_format()
self._validateTrace(ctf)
- def testAnalysisAndAllocations(self):
+ def disabled_testAnalysisAndAllocations(self):
run_options = config_pb2.RunOptions(
trace_level=config_pb2.RunOptions.FULL_TRACE)
run_metadata = config_pb2.RunMetadata()