Commit 5b15998c authored by Vasilii Sukhanov's avatar Vasilii Sukhanov

Disable flaky SmsBrowserTest.AtMostOnePendingSmsRequest

On win it's also flaky with the same error:
https://ci.chromium.org/p/chromium/builders/ci/Win10%20Tests%20x64/39888

TBR=juncai@chromium.org

Bug: 997549
Change-Id: I5a6464aba2edff9d397581d103a1cc0d3548b772
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1768534Reviewed-by: default avatarVasilii Sukhanov <vasilii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#690376}
parent bd37ad54
......@@ -130,7 +130,8 @@ IN_PROC_BROWSER_TEST_F(SmsBrowserTest, Receive) {
ExpectOutcomeUKM(url, blink::SMSReceiverOutcome::kSuccess);
}
IN_PROC_BROWSER_TEST_F(SmsBrowserTest, AtMostOnePendingSmsRequest) {
// Flaky. crbug.com/997549
IN_PROC_BROWSER_TEST_F(SmsBrowserTest, DISABLED_AtMostOnePendingSmsRequest) {
GURL url = GetTestUrl(nullptr, "simple_page.html");
NavigateToURL(shell(), url);
......
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