Commit 300f42e8 authored by Tommy Nyquist's avatar Tommy Nyquist Committed by Commit Bot

Disable flaky IncognitoStorageLeakageTest

The test testStorageDoesNotLeakFromActivityToActivity is flaky.

TBR=roagarwal@chromium.org

Bug: 1107600
Change-Id: Idd775416640e0b9b9d7e2866307261397abc4d99
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308932Reviewed-by: default avatarTommy Nyquist <nyquist@chromium.org>
Commit-Queue: Tommy Nyquist <nyquist@chromium.org>
Cr-Commit-Position: refs/heads/master@{#790172}
parent 034be75d
......@@ -23,6 +23,7 @@ import org.chromium.base.test.params.ParameterAnnotations.UseMethodParameter;
import org.chromium.base.test.params.ParameterAnnotations.UseRunnerDelegate;
import org.chromium.base.test.params.ParameterizedRunner;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.chrome.browser.ChromeTabbedActivity;
import org.chromium.chrome.browser.customtabs.CustomTabActivityTestRule;
import org.chromium.chrome.browser.customtabs.CustomTabIncognitoManager;
......@@ -129,6 +130,7 @@ public class IncognitoStorageLeakageTest {
@Test
@LargeTest
@DisabledTest(message = "crbug.com/1107600")
@UseMethodParameter(TestParams.AllTypesToAllTypes.class)
public void testStorageDoesNotLeakFromActivityToActivity(String activityType1,
String activityType2) throws ExecutionException, TimeoutException {
......
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