Skip to content

Commit

Permalink
👮 Disable failing Clipboard tests.
Browse files Browse the repository at this point in the history
TBR=dcheng@chromium.org,huangdarwin@chromium.org

Bug: 1056650
Change-Id: I45ac5d5ac747128f48e6fab502d180479de8822f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2080256
Reviewed-by: Peter Conn <peconn@chromium.org>
Commit-Queue: Peter Conn <peconn@chromium.org>
Cr-Commit-Position: refs/heads/master@{#745411}
  • Loading branch information
Peter E Conn authored and Commit Bot committed Feb 28, 2020
1 parent aa27e24 commit d8d1b11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/base/clipboard/clipboard_test_template.h
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ TYPED_TEST(ClipboardTest, Bitmap_RGBA_Opaque) {
SkImageInfo::Make(1, 1, kRGBA_8888_SkColorType, kOpaque_SkAlphaType),
&kRGBAOpaque, &kN32Opaque);
}
TYPED_TEST(ClipboardTest, Bitmap_BGRA_Premul) {
TYPED_TEST(ClipboardTest, DISABLED_Bitmap_BGRA_Premul) {
TestBitmapWrite(
&this->clipboard(),
SkImageInfo::Make(1, 1, kBGRA_8888_SkColorType, kPremul_SkAlphaType),
Expand All @@ -478,7 +478,7 @@ TYPED_TEST(ClipboardTest, Bitmap_BGRA_Unpremul) {
SkImageInfo::Make(1, 1, kBGRA_8888_SkColorType, kUnpremul_SkAlphaType),
&kBGRAUnpremul, &kN32);
}
TYPED_TEST(ClipboardTest, Bitmap_BGRA_Opaque) {
TYPED_TEST(ClipboardTest, DISABLED_Bitmap_BGRA_Opaque) {
TestBitmapWrite(
&this->clipboard(),
SkImageInfo::Make(1, 1, kBGRA_8888_SkColorType, kOpaque_SkAlphaType),
Expand Down

0 comments on commit d8d1b11

Please sign in to comment.