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

Unified Diff: functional/flash.py

Issue 7912005: Remove flash.FlashTest.testYouTubeVideo as it is flaky and there (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/
Patch Set: '' Created 9 years, 3 months 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: functional/flash.py
===================================================================
--- functional/flash.py (revision 101570)
+++ functional/flash.py (working copy)
@@ -93,15 +93,6 @@
# Verify shockwave flash process not present.
self._AssertFlashProcessNotPresent()
- def testYouTubeVideo(self):
- """Verify able to watch youtube.com."""
- youtube_url = 'http://www.youtube.com/watch?v=0QRO3gKj3qw'
- # Verify no flash process is present.
- self._AssertFlashProcessNotPresent()
- # Play YouTube video.
- self.NavigateToURL(youtube_url)
- self._AssertFlashProcessPresent()
-
def testFlashIncognitoMode(self):
"""Verify we can play flash on an incognito window."""
if self.IsMac():
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698