Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2331)

Unified Diff: chrome/test/functional/media/media_basic_playback.py

Issue 11362121: Remove --disable-audio from tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/media_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/media/media_basic_playback.py
diff --git a/chrome/test/functional/media/media_basic_playback.py b/chrome/test/functional/media/media_basic_playback.py
index a58c2c8c4795340df06ecdad02be19911989127d..e70b26275c30f1598645db169a18abdecda4a0fb 100755
--- a/chrome/test/functional/media/media_basic_playback.py
+++ b/chrome/test/functional/media/media_basic_playback.py
@@ -35,13 +35,6 @@ _EXPECTED_EVENTS_n = [('abort', 1), ('emptied', 1)] + _EXPECTED_EVENTS_0
class MediaBasicPlaybackTest(pyauto.PyUITest):
"""PyAuto test container. See file doc string for more information."""
- def ExtraChromeFlags(self):
- """Run with --disable-audio to avoid issues with bots with no audio output.
-
- TODO(shadi): Remove extra flag once issue (crbug.com/120749) is resolved.
- """
- return pyauto.PyUITest.ExtraChromeFlags(self) + ['--disable-audio']
-
def testBasicPlaybackMatrix(self):
"""Launches HTML test which plays each video until end, seeks, and replays.
« no previous file with comments | « no previous file | content/browser/media_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698