Commit 05a0775d authored by arthursonzogni's avatar arthursonzogni Committed by Commit Bot

Disable InstantStartTest#renderTabGroups

This test is flaky on Android Pie.

TBR=hanxi@chromium.org, wychen@chromium.org

Bug: 1091311
Change-Id: I0a64088ffd0274d0ba77326fc1cdd503e6a8c73b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2231047
Auto-Submit: Arthur Sonzogni <arthursonzogni@chromium.org>
Reviewed-by: default avatarArthur Sonzogni <arthursonzogni@chromium.org>
Reviewed-by: default avatarXi Han <hanxi@chromium.org>
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Commit-Queue: Xi Han <hanxi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#775183}
parent 47113625
...@@ -19,6 +19,7 @@ import static org.chromium.chrome.test.util.ViewUtils.onViewWaiting; ...@@ -19,6 +19,7 @@ import static org.chromium.chrome.test.util.ViewUtils.onViewWaiting;
import android.content.Intent; import android.content.Intent;
import android.graphics.Bitmap; import android.graphics.Bitmap;
import android.graphics.drawable.BitmapDrawable; import android.graphics.drawable.BitmapDrawable;
import android.os.Build;
import android.support.test.filters.SmallTest; import android.support.test.filters.SmallTest;
import android.text.TextUtils; import android.text.TextUtils;
import android.util.Base64; import android.util.Base64;
...@@ -39,6 +40,7 @@ import org.chromium.base.CommandLine; ...@@ -39,6 +40,7 @@ import org.chromium.base.CommandLine;
import org.chromium.base.StreamUtil; import org.chromium.base.StreamUtil;
import org.chromium.base.library_loader.LibraryLoader; import org.chromium.base.library_loader.LibraryLoader;
import org.chromium.base.test.util.CommandLineFlags; import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisableIf;
import org.chromium.base.test.util.Feature; import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.Matchers; import org.chromium.base.test.util.Matchers;
import org.chromium.base.test.util.Restriction; import org.chromium.base.test.util.Restriction;
...@@ -538,6 +540,8 @@ public class InstantStartTest { ...@@ -538,6 +540,8 @@ public class InstantStartTest {
@CommandLineFlags.Add({ChromeSwitches.DISABLE_NATIVE_INITIALIZATION, @CommandLineFlags.Add({ChromeSwitches.DISABLE_NATIVE_INITIALIZATION,
"force-fieldtrials=Study/Group", "force-fieldtrials=Study/Group",
IMMEDIATE_RETURN_PARAMS + "/start_surface_variation/omniboxonly"}) IMMEDIATE_RETURN_PARAMS + "/start_surface_variation/omniboxonly"})
@DisableIf.Build(message = "Flaky. See https://crbug.com/1091311",
sdk_is_greater_than = Build.VERSION_CODES.O)
public void renderTabGroups() throws IOException, InterruptedException { public void renderTabGroups() throws IOException, InterruptedException {
// clang-format on // clang-format on
createThumbnailBitmapAndWriteToFile(0); createThumbnailBitmapAndWriteToFile(0);
......
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