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

Unified Diff: chrome/test/webdriver/test/chromedriver_tests.py

Issue 10854033: Disable failing test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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: chrome/test/webdriver/test/chromedriver_tests.py
diff --git a/chrome/test/webdriver/test/chromedriver_tests.py b/chrome/test/webdriver/test/chromedriver_tests.py
index ab29c083d3bc601f860ac8eb492b29bdeaa480fb..8dd5703f3695c4cf0bec91517269a57528ce3633 100644
--- a/chrome/test/webdriver/test/chromedriver_tests.py
+++ b/chrome/test/webdriver/test/chromedriver_tests.py
@@ -1158,6 +1158,8 @@ class ContentSettingsTest(ChromeDriverTest):
driver.execute_script('window.open("about:blank")')
self.assertEquals(2, len(driver.window_handles))
+ # Failing on win7: crbug.com/141231.
+ @SkipIf(util.IsWin())
def testPopupsCanBeResized(self):
"""Regression test for chromedriver issue 126."""
driver = self.GetNewDriver()
« 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