From 0981b26dd4f5d1b9b3baaecbb61533a658a95c2a Mon Sep 17 00:00:00 2001 From: Gunhan Gulsoy Date: Fri, 14 Sep 2018 13:31:24 -0700 Subject: Disable the flaky test case in timeline_test PiperOrigin-RevId: 213034078 --- tensorflow/python/client/timeline_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tensorflow/python') 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() -- cgit v1.2.3