Commit 7137a3fe authored by Jan Wilken Dörrie's avatar Jan Wilken Dörrie Committed by Commit Bot

[Sheriff] Disable flaky Shim_TestZoomAPI for CrOS and Linux ASAN

TBR=mcnee

Bug: 1087381
Change-Id: Ic9467c8425a05cb92270ec97e27447b7c44ec763
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2219894Reviewed-by: default avatarJan Wilken Dörrie <jdoerrie@chromium.org>
Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org>
Cr-Commit-Position: refs/heads/master@{#772670}
parent 25c28325
......@@ -3215,7 +3215,13 @@ class WebViewCaptureTest : public WebViewTest {
}
};
IN_PROC_BROWSER_TEST_F(WebViewTest, Shim_TestZoomAPI) {
// https://crbug.com/1087381
#if defined(OS_CHROMEOS) || (defined(OS_LINUX) && defined(ADDRESS_SANITIZER))
#define MAYBE_Shim_TestZoomAPI DISABLED_Shim_TestZoomAPI
#else
#define MAYBE_Shim_TestZoomAPI Shim_TestZoomAPI
#endif
IN_PROC_BROWSER_TEST_F(WebViewTest, MAYBE_Shim_TestZoomAPI) {
TestHelper("testZoomAPI", "web_view/shim", NO_TEST_SERVER);
}
......
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