Commit 425adf33 authored by Fergus Dall's avatar Fergus Dall Committed by Commit Bot

Sheriff: Disable CrostiniRecoveryViewBrowserTest.Cancel

This test frequently times out, see
e.g. https://ci.chromium.org/p/chromium/builders/ci/Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20%281%29/38082

TBR=joelhockey@chromium.org

Bug: 1092657
Change-Id: Idf0febbdef370abeb14063cd1fdededa19ea4562
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2298779Reviewed-by: default avatarFergus Dall <sidereal@google.com>
Reviewed-by: default avatarJoel Hockey <joelhockey@chromium.org>
Commit-Queue: Fergus Dall <sidereal@google.com>
Cr-Commit-Position: refs/heads/master@{#788456}
parent 1083ef11
......@@ -128,7 +128,8 @@ IN_PROC_BROWSER_TEST_F(CrostiniRecoveryViewBrowserTest, NoViewOnNormalStartup) {
static_cast<base::HistogramBase::Sample>(kUiSurface), 0);
}
IN_PROC_BROWSER_TEST_F(CrostiniRecoveryViewBrowserTest, Cancel) {
// TODO(crbug.com/1092657) Times out flakily
IN_PROC_BROWSER_TEST_F(CrostiniRecoveryViewBrowserTest, DISABLED_Cancel) {
base::HistogramTester histogram_tester;
SetUncleanStartup();
......
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