Commit 4d1284a6 authored by Fredrik Hubinette's avatar Fredrik Hubinette Committed by Commit Bot

Disable GLHelperPixelReadbackTest.ScalePatching

This test does too much and is flaky on some platforms.

TBR=miu@chromium.org

Bug: 871799
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel
Change-Id: If937a1736fcfdca4f004a8f4cf0660bac5f1f794
Reviewed-on: https://chromium-review.googlesource.com/1166283Reviewed-by: default avatarFredrik Hubinette <hubbe@chromium.org>
Commit-Queue: Fredrik Hubinette <hubbe@chromium.org>
Cr-Commit-Position: refs/heads/master@{#581410}
parent 9cc04d33
...@@ -1314,7 +1314,7 @@ TEST_P(GLHelperPixelReadbackTest, ScaleTest) { ...@@ -1314,7 +1314,7 @@ TEST_P(GLHelperPixelReadbackTest, ScaleTest) {
} }
// FLAKY: https://crbug.com/871799 // FLAKY: https://crbug.com/871799
TEST_P(GLHelperPixelReadbackTest, FLAKY_ScalePatching) { TEST_P(GLHelperPixelReadbackTest, DISABLED_ScalePatching) {
for (int flipped_source = 0; flipped_source <= 1; ++flipped_source) { for (int flipped_source = 0; flipped_source <= 1; ++flipped_source) {
for (int pattern = 0; pattern < 3; ++pattern) { for (int pattern = 0; pattern < 3; ++pattern) {
TestScalePatching( TestScalePatching(
......
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