Commit b877adbe authored by Hiroki Nakagawa's avatar Hiroki Nakagawa Committed by Commit Bot

Sheriff: Disable flaky android_webview.test.HeapProfilingTest#testModeBrowserDynamicPseudo etc

This disables following tests:

- testModeBrowserDynamicPseudo
- testModeBrowserDynamicPseudoSamplePartial
- testModeBrowserDynamicPseudoSampleEverything

Bug: 1145008
Change-Id: I50601d9f4ecf04592046a34399e357ae8cebab42
Tbr: boliu@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2517205Reviewed-by: default avatarHiroki Nakagawa <nhiroki@chromium.org>
Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org>
Cr-Commit-Position: refs/heads/master@{#823861}
parent 0804d40e
...@@ -44,6 +44,7 @@ public class HeapProfilingTest { ...@@ -44,6 +44,7 @@ public class HeapProfilingTest {
@Test @Test
@MediumTest @MediumTest
@DisabledTest(message = "http://crbug.com/1145008")
public void testModeBrowserDynamicPseudo() { public void testModeBrowserDynamicPseudo() {
HeapProfilingTestShim shim = new HeapProfilingTestShim(); HeapProfilingTestShim shim = new HeapProfilingTestShim();
Assert.assertTrue(shim.runTestForMode("browser", true, "pseudo", false, false)); Assert.assertTrue(shim.runTestForMode("browser", true, "pseudo", false, false));
...@@ -51,6 +52,7 @@ public class HeapProfilingTest { ...@@ -51,6 +52,7 @@ public class HeapProfilingTest {
@Test @Test
@MediumTest @MediumTest
@DisabledTest(message = "http://crbug.com/1145008")
public void testModeBrowserDynamicPseudoSampleEverything() { public void testModeBrowserDynamicPseudoSampleEverything() {
HeapProfilingTestShim shim = new HeapProfilingTestShim(); HeapProfilingTestShim shim = new HeapProfilingTestShim();
Assert.assertTrue(shim.runTestForMode("browser", true, "pseudo", true, true)); Assert.assertTrue(shim.runTestForMode("browser", true, "pseudo", true, true));
...@@ -58,6 +60,7 @@ public class HeapProfilingTest { ...@@ -58,6 +60,7 @@ public class HeapProfilingTest {
@Test @Test
@MediumTest @MediumTest
@DisabledTest(message = "http://crbug.com/1145008")
public void testModeBrowserDynamicPseudoSamplePartial() { public void testModeBrowserDynamicPseudoSamplePartial() {
HeapProfilingTestShim shim = new HeapProfilingTestShim(); HeapProfilingTestShim shim = new HeapProfilingTestShim();
Assert.assertTrue(shim.runTestForMode("browser", true, "pseudo", true, false)); Assert.assertTrue(shim.runTestForMode("browser", true, "pseudo", true, false));
......
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