Removed a flaky test.

PiperOrigin-RevId: 339545685
Change-Id: Ife8a0ee6a91825e094f3fdea5a3779da083b751b
This commit is contained in:
Yi Situ 2020-10-28 15:04:09 -07:00
parent 25a6b8b2ed
commit 17fae8cee6

View File

@ -116,15 +116,6 @@ class ProfilerApiTest(test_util.TensorFlowTestCase):
thread_worker.join(120)
self._check_xspace_pb_exist(logdir)
def test_single_worker_sampling_mode_short_delay(self):
"""Test single worker sampling mode with a short delay.
Expect that requested delayed start time will arrive late, and a subsequent
retry will issue an immediate start.
"""
self.test_single_worker_sampling_mode(delay_ms=1)
def test_single_worker_sampling_mode_long_delay(self):
"""Test single worker sampling mode with a long delay."""