Disable a few failing pyauto tests

Disabling a few tests to make the bots go green while I look into what's
going wrong.

R=craigdh@chromium.org
BUG=138857
TEST=green pyauto bots.

Review URL: https://chromiumcodereview.appspot.com/10825004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148254 0039d316-1c4b-4281-b951-d872f2087c98
parent 866ba2ef
...@@ -152,6 +152,21 @@ ...@@ -152,6 +152,21 @@
'-instant.InstantTest.testInstantNavigation', '-instant.InstantTest.testInstantNavigation',
'-instant.InstantTest.testNTPCanDismissInstant', '-instant.InstantTest.testNTPCanDismissInstant',
'-instant.InstantTest.testNewWindowCanDismissInstant', '-instant.InstantTest.testNewWindowCanDismissInstant',
# Mysteriously broken?
# crbug.com/138857
'-bookmarks.BookmarksTest.testAddBookmarksInMultiProfileIncognito',
'-bookmarks.BookmarksTest.testEditBookmarksInMultiProfileIncognito',
'-bookmarks.BookmarksTest.testRemoveBookmarksInMultiProfileIncognito',
'-flash.FlashTest.testFlashLoadsAfterKill',
'-infobars.InfobarTest.testPluginCrashForMultiTabs',
'-infobars.InfobarTest.testPluginCrashInfobar',
'-multiprofile.MultiprofileTest.testMakeSearchEngineDefaultInMultiprofile',
'-flash.FlashTest.testCanLoadFlash',
'-flash.FlashTest.testFlashIncognitoMode',
'-flash.FlashTest.testFlashWithMultipleTabs',
'-flash.FlashTest.testSingleFlashPluginProcess',
'-plugins.PluginsTest.testBlockAllPlugins',
], ],
'win': [ 'win': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment