0

[AW] Disable flaky HeapProfilingTest#testModeBrowserDynamicPseudoSampleEverything test

The test is flaky on multiple bots.

BUG=1173304

Change-Id: I7c2e8a1cafb5969e1d7a434b4d1897b555d2aff1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2678147
Reviewed-by: Richard Coles <torne@chromium.org>
Commit-Queue: Tim Volodine <timvolodine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#851150}
This commit is contained in:
Tim Volodine
2021-02-05 16:25:18 +00:00
committed by Chromium LUCI CQ
parent 21fb365425
commit 6c753b6fb1

@ -51,6 +51,7 @@ public class HeapProfilingTest {
@Test
@MediumTest
@DisabledTest(message = "https://crbug.com/1173304")
public void testModeBrowserDynamicPseudoSampleEverything() {
HeapProfilingTestShim shim = new HeapProfilingTestShim();
Assert.assertTrue(shim.runTestForMode("browser", true, "pseudo", true, true));