summaryrefslogtreecommitdiffstats
path: root/chromium/tools
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2013-02-27 17:45:25 +0000
committerBen Murdoch <benm@google.com>2013-02-27 17:45:25 +0000
commita38ea3d6b965188517b330ae184c4d30348efb62 (patch)
tree3902dc291a250f96925d2f51c31e1fb9f941c0f5 /chromium/tools
parenta958325232a499a348471b159796bbb2c80c08b2 (diff)
downloadandroid_frameworks_webview-a38ea3d6b965188517b330ae184c4d30348efb62.tar.gz
android_frameworks_webview-a38ea3d6b965188517b330ae184c4d30348efb62.tar.bz2
android_frameworks_webview-a38ea3d6b965188517b330ae184c4d30348efb62.zip
WebViewTest#testSetNetworkAvailable failing on bots.
Disable the test until we figure out what's up. Bug: 8280368 Change-Id: Ib48dafecf58d0d7ed8718a9841f52c57ff276de1
Diffstat (limited to 'chromium/tools')
-rwxr-xr-xchromium/tools/run_webview_cts.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/tools/run_webview_cts.py b/chromium/tools/run_webview_cts.py
index 4ffa070..f7fde9b 100755
--- a/chromium/tools/run_webview_cts.py
+++ b/chromium/tools/run_webview_cts.py
@@ -53,6 +53,8 @@ EXPECTED_FAILURES = set([
# See b/8231433 for following two failures.
'android.webkit.cts.GeolocationTest#testSimpleGeolocationRequestAcceptAlways',
'android.webkit.cts.GeolocationTest#testSimpleGeolocationRequestAcceptOnce',
+ # See b/8280368 for following one failure.
+ 'android.webkit.cts.WebViewTest#testSetNetworkAvailable',
# Don't forget to update the spreadsheet! :)
])