Commit cf6127a3 authored by Tatiana Buldina's avatar Tatiana Buldina Committed by Commit Bot

[ChromeDriver] Disable ReferrerTest.navigationWhenProxyInterceptsASpecificUrl

Bug: chromedriver:2653
Change-Id: I761a26f640d642e71f40cdc26b4959eea29e0259
Reviewed-on: https://chromium-review.googlesource.com/c/1324830Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: Tatiana Buldina <buldina@chromium.org>
Cr-Commit-Position: refs/heads/master@{#606211}
parent e5a2101a
...@@ -26,6 +26,9 @@ _REVISION_NEGATIVE_FILTER['HEAD'] = [ ...@@ -26,6 +26,9 @@ _REVISION_NEGATIVE_FILTER['HEAD'] = [
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2532 # https://bugs.chromium.org/p/chromedriver/issues/detail?id=2532
'SlowLoadingPageTest.testRefreshShouldBlockUntilPageLoads', 'SlowLoadingPageTest.testRefreshShouldBlockUntilPageLoads',
'PageLoadingTest.testShouldTimeoutIfAPageTakesTooLongToRefresh', 'PageLoadingTest.testShouldTimeoutIfAPageTakesTooLongToRefresh',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2653
'ReferrerTest.navigationWhenProxyInterceptsASpecificUrl',
] ]
_OS_NEGATIVE_FILTER = {} _OS_NEGATIVE_FILTER = {}
......
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