summaryrefslogtreecommitdiffstats
path: root/chrome/test/functional/imports.py
diff options
context:
space:
mode:
authorkkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-29 21:37:12 +0000
committerkkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-29 21:37:12 +0000
commitbebf1562e5db8a816140931abe2e0f2658bc7f0c (patch)
tree4c86fbe149860b1360c15804e23be4ae57228bea /chrome/test/functional/imports.py
parent2f6b04e3f2d0d894d87a469a47fae1c0f25697ef (diff)
downloadchromium_src-bebf1562e5db8a816140931abe2e0f2658bc7f0c.zip
chromium_src-bebf1562e5db8a816140931abe2e0f2658bc7f0c.tar.gz
chromium_src-bebf1562e5db8a816140931abe2e0f2658bc7f0c.tar.bz2
Disable some failing and flaky pyauto tests.
BUG=91033,85307,91030,89768 TEST=none Review URL: http://codereview.chromium.org/7538005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94759 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/functional/imports.py')
-rw-r--r--chrome/test/functional/imports.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/functional/imports.py b/chrome/test/functional/imports.py
index ff47417..9ba8d3d 100644
--- a/chrome/test/functional/imports.py
+++ b/chrome/test/functional/imports.py
@@ -224,6 +224,8 @@ class ImportsTest(pyauto.PyUITest):
if not self._CanRunFirefoxTests():
logging.warn('Not running firefox import tests.')
return
+ if self.IsWinVista(): # Broken on vista. crbug.com/89768
+ return
self._SwapFirefoxProfile()
self.ImportSettings('Mozilla Firefox', False, self._to_import)
self._CheckDefaults(bookmarks=True, history=True, passwords=True,
@@ -252,6 +254,8 @@ class ImportsTest(pyauto.PyUITest):
if not self._CanRunFirefoxTests():
logging.warn('Not running firefox import tests.')
return
+ if self.IsWinVista(): # Broken on vista. crbug.com/89768
+ return
self._SwapFirefoxProfile()
self.ImportSettings('Mozilla Firefox', False, self._to_import)
num_history_orig = len(self.GetHistoryInfo().History())