From ceb1d02ed464e88d1cc0c49bd49ae35ad26f3e3b Mon Sep 17 00:00:00 2001 From: Mikhail Naganov Date: Thu, 23 May 2013 15:42:08 +0100 Subject: Mark flaky android.webkit.cts.WebViewTest#testRequestImageRef as failing Change-Id: I3a6be4eead522cd39a6757399a20af57a027e8a8 --- chromium/tools/run_webview_cts.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chromium/tools/run_webview_cts.py b/chromium/tools/run_webview_cts.py index 1b4c90b..932f9be 100755 --- a/chromium/tools/run_webview_cts.py +++ b/chromium/tools/run_webview_cts.py @@ -48,6 +48,8 @@ EXPECTED_FAILURES = set([ 'android.webkit.cts.GeolocationTest#testSimpleGeolocationRequestAcceptOnce', # b/5006389 'android.webkit.cts.WebViewTest#testFlingScroll', + # b/9103603 + 'android.webkit.cts.WebViewTest#testRequestImageRef', # Don't forget to update the spreadsheet! :) ]) -- cgit v1.2.3