Commit 942eea2b authored by Yi Xu's avatar Yi Xu Committed by Commit Bot

Disable flaking test CreateImageBitmapFromTooBigImageDataDoesNotCrash

Bug: 1090252
Change-Id: I9041b0653c4a8b9207d964e244a2cfafd28b30e7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2229429Reviewed-by: default avatarJuanmi Huertas <juanmihd@chromium.org>
Reviewed-by: default avatarFernando Serboncini <fserb@chromium.org>
Commit-Queue: Yi Xu <yiyix@chromium.org>
Cr-Commit-Position: refs/heads/master@{#775289}
parent ab612558
......@@ -372,7 +372,8 @@ TEST_F(ImageBitmapTest, ImageBitmapPixelFormat) {
// This test is failing on asan-clang-phone because memory allocation is
// declined. See <http://crbug.com/782286>.
#if defined(OS_ANDROID)
// See <http://crbug.com/1090252>, test is flaky in fuchsia.
#if defined(OS_ANDROID) || defined(OS_FUCHSIA)
#define MAYBE_CreateImageBitmapFromTooBigImageDataDoesNotCrash \
DISABLED_CreateImageBitmapFromTooBigImageDataDoesNotCrash
#else
......
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