From 369deaf9690e074add39f00cc158325d41a5299f Mon Sep 17 00:00:00 2001 From: "shadi@chromium.org" Date: Wed, 28 Aug 2013 20:59:24 +0000 Subject: [PATCH] Re-enable disabled telemetry media unit tests. Per crbug.com/223572 crash logs are now reported. Please update bug 273813 with logs if flakiness happen again. BUG=273813 Review URL: https://chromiumcodereview.appspot.com/23296011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220088 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/telemetry/telemetry/page/actions/play_unittest.py | 2 +- tools/telemetry/telemetry/page/actions/seek_unittest.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/telemetry/telemetry/page/actions/play_unittest.py b/tools/telemetry/telemetry/page/actions/play_unittest.py index a20a6de938bb..37ed425c42ad 100644 --- a/tools/telemetry/telemetry/page/actions/play_unittest.py +++ b/tools/telemetry/telemetry/page/actions/play_unittest.py @@ -59,7 +59,7 @@ class PlayActionTest(tab_test_case.TabTestCase): self.assertTrue(self._tab.EvaluateJavaScript(AUDIO_1_PLAYING_CHECK)) # http://crbug.com/273887 - def DISABLED_testPlayWaitForPlayTimeout(self): + def testPlayWaitForPlayTimeout(self): """Tests that wait_for_playing timeouts if video does not play.""" data = {'selector': '#video_1', 'wait_for_playing': True, diff --git a/tools/telemetry/telemetry/page/actions/seek_unittest.py b/tools/telemetry/telemetry/page/actions/seek_unittest.py index b14dda73ebad..e3a3286a78d7 100644 --- a/tools/telemetry/telemetry/page/actions/seek_unittest.py +++ b/tools/telemetry/telemetry/page/actions/seek_unittest.py @@ -55,7 +55,7 @@ class SeekActionTest(tab_test_case.TabTestCase): self.assertTrue(self._tab.EvaluateJavaScript(AUDIO_1_SEEKED_CHECK)) # http://crbug.com/273887 - def DISABLED_testSeekWaitForSeekTimeout(self): + def testSeekWaitForSeekTimeout(self): """Tests that wait_for_seeked timeouts if video does not seek.""" data = {'selector': '#video_1', 'wait_for_seeked': True, -- 2.11.4.GIT