Commit adc8e490 authored by Xing Liu's avatar Xing Liu Committed by Commit Bot

Disable test SharedImageBackingFactoryAHBTest.OnlyOneWriter.

This test is failing on multiple builders.

TBR=bajones@chromium.org

Bug: 994720
Change-Id: I656c207acc63e5ee03d44422ff17ad47de8afccc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1776862Reviewed-by: default avatarXing Liu <xingliu@chromium.org>
Commit-Queue: Xing Liu <xingliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#691841}
parent af38c4e4
......@@ -303,8 +303,9 @@ TEST_F(SharedImageBackingFactoryAHBTest, EstimatedSize) {
shared_image.reset();
}
// TODO(crbug/994720): Failing on Android builders.
// Test to check that only one context can write at a time
TEST_F(SharedImageBackingFactoryAHBTest, OnlyOneWriter) {
TEST_F(SharedImageBackingFactoryAHBTest, DISABLED_OnlyOneWriter) {
if (!base::AndroidHardwareBufferCompat::IsSupportAvailable())
return;
......
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