summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/test/webdriver/test/chromedriver_tests.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/webdriver/test/chromedriver_tests.py b/chrome/test/webdriver/test/chromedriver_tests.py
index 2d23a0c..3c68a38 100644
--- a/chrome/test/webdriver/test/chromedriver_tests.py
+++ b/chrome/test/webdriver/test/chromedriver_tests.py
@@ -740,6 +740,10 @@ class FileUploadControlTest(ChromeDriverTest):
self.assertTrue(f['name'] in filenames)
+def Skip(arg):
+ pass
+
+@Skip
class FrameSwitchingTest(ChromeDriverTest):
def testGetWindowHandles(self):