Commit 3fa1b003 authored by mark a. foltz's avatar mark a. foltz Committed by Commit Bot

[Media Router] Disable two more flaky tests.

Disables two more tests found to be flaky.

TBR=zhaobin

Bug: 822231
Change-Id: I0c6a36a7d448e942ffd191ea12471f33c2729c81
Reviewed-on: https://chromium-review.googlesource.com/966983Reviewed-by: default avatarmark a. foltz <mfoltz@chromium.org>
Commit-Queue: mark a. foltz <mfoltz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543780}
parent 80f495fd
......@@ -827,7 +827,9 @@ IN_PROC_BROWSER_TEST_F(MediaRouterIntegrationBrowserTest, Fail_CreateRoute) {
CheckStartFailed(web_contents, "UnknownError", "Unknown sink");
}
IN_PROC_BROWSER_TEST_F(MediaRouterIntegrationBrowserTest, ReconnectSession) {
// TODO(crbug.com/822231): Flaky in Chromium waterfall.
IN_PROC_BROWSER_TEST_F(MediaRouterIntegrationBrowserTest,
MANUAL_ReconnectSession) {
RunReconnectSessionTest();
}
......
......@@ -99,6 +99,7 @@ IN_PROC_BROWSER_TEST_F(MediaRouterIntegrationOneUANoReceiverBrowserTest,
RunFailToSendMessageTest();
}
// TODO(crbug.com/822231): Flaky in Chromium waterfall.
IN_PROC_BROWSER_TEST_F(MediaRouterIntegrationOneUANoReceiverBrowserTest,
ReconnectSession) {
RunReconnectSessionTest();
......
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