Index: chrome/test/functional/PYAUTO_TESTS |
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS |
index c3be41e43869c343b4ffd4a2edaf76accc2df220..be8c5e093cbde09bcb7d60c268f4e26a88c17d7c 100644 |
--- a/chrome/test/functional/PYAUTO_TESTS |
+++ b/chrome/test/functional/PYAUTO_TESTS |
@@ -83,7 +83,6 @@ |
'test_basic', |
'test_pyauto', |
'themes', |
- 'youtube', |
# One-click infobars disabled on M20 by r135749. |
# Re-enable for M21 after branch point. |
@@ -170,8 +169,6 @@ |
'-sync.SyncTest.testRestartBrowser', |
# crbug.com/87642 |
'-sync.SyncTest.testDisableAndEnableDatatypes', |
- # crbug.com/95621 |
- '-youtube.YoutubeTest.testPlayerStatus', |
# crbug.com/98526 |
'-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', |
'-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', |
@@ -225,10 +222,6 @@ |
# crbug.com/98526 |
'-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', |
'-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', |
- # crbug.com/109035 |
- '-youtube.YoutubeTest.testPlayerBytes', |
- # crbug.com/109035 |
- '-youtube.YoutubeTest.testPlayerResolution', |
], |
'linux': [ # linux != chromeos |
@@ -275,10 +268,6 @@ |
'-sync', |
# crbug.com/66072 |
'-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', |
- # crbug.com/109035 |
- '-youtube.YoutubeTest.testPlayerBytes', |
- # crbug.com/109035 |
- '-youtube.YoutubeTest.testPlayerResolution', |
], |
# ChromeOS is linux, but note that this section does not include the |
@@ -478,6 +467,7 @@ |
'media.media_basic_playback', |
'nacl_sdk', |
'translate', |
+ 'youtube', |
# =========================== |
# Permanently-disabled tests. |
@@ -525,9 +515,18 @@ |
'-media.media_basic_playback.MediaConstrainedNetworkPerfTest.testBasicPlaybackMatrix', |
# crbug.com/115646 |
'-translate.TranslateTest.testSeveralLanguages', |
+ # crbug.com/95621 |
+ '-youtube.YoutubeTest.testPlayerStatus', |
], |
'mac': [ |
+ # ================================================== |
+ # Disabled tests that need to be investigated/fixed. |
+ # ================================================== |
+ # crbug.com/109035 |
+ '-youtube.YoutubeTest.testPlayerBytes', |
+ '-youtube.YoutubeTest.testPlayerResolution', |
+ |
# =========================== |
# Permanently-disabled tests. |
# =========================== |
@@ -567,6 +566,9 @@ |
# crbug.com/123419 |
'-browsing_data.BrowsingDataTest.testClearCookies', |
'-databases.DatabasesTest.testDeleteAndUpdateDatabase', |
+ # crbug.com/109035 |
+ '-youtube.YoutubeTest.testPlayerBytes', |
+ '-youtube.YoutubeTest.testPlayerResolution', |
], |
'chromeos': [ |