diff options
author | chrisgao@chromium.org <chrisgao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-10 09:57:31 +0000 |
---|---|---|
committer | chrisgao@chromium.org <chrisgao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-10 09:57:31 +0000 |
commit | 738241d0181da3ef696241f67ea2439538c7e965 (patch) | |
tree | 1376d886bafd65781e1905854e78970bb986fc33 /chrome/test | |
parent | 4e5382ff61c5845890ae24ac639a3a15a4fb74ae (diff) | |
download | chromium_src-738241d0181da3ef696241f67ea2439538c7e965.zip chromium_src-738241d0181da3ef696241f67ea2439538c7e965.tar.gz chromium_src-738241d0181da3ef696241f67ea2439538c7e965.tar.bz2 |
[chromedriver] Disable a flaky java test in Windows.
Disable TakesScreenshotTest.testShouldCaptureScreenshotAtIFramePageAfterSwitching.
BUG=none
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/18920002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210808 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/chromedriver/test_expectations | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/chromedriver/test_expectations b/chrome/test/chromedriver/test_expectations index f007f13..d7e3d09 100644 --- a/chrome/test/chromedriver/test_expectations +++ b/chrome/test/chromedriver/test_expectations @@ -112,6 +112,8 @@ _OS_NEGATIVE_FILTER['win'] = [ # Flaky: https://code.google.com/p/chromedriver/issues/detail?id=373 'RenderedWebElementTest.testHoverPersists', 'RenderedWebElementTest.canClickOnASuckerFishStyleMenu', + # Flaky: https://code.google.com/p/chromedriver/issues/detail?id=416 + 'TakesScreenshotTest.testShouldCaptureScreenshotAtIFramePageAfterSwitching', ] _OS_NEGATIVE_FILTER['linux'] = [] _OS_NEGATIVE_FILTER['mac'] = [ |