Commit ffaaf1bc authored by Marc Treib's avatar Marc Treib Committed by Commit Bot

Disable flaky MediaRouterIntegrationBrowserTest.Fail_NoProvider

TBR=imcheng@chromium.org
NOTRY=true

Bug: 853114
Change-Id: I1155d8f2c59bd5a55bc99c334ea78e7689b07a7d
Reviewed-on: https://chromium-review.googlesource.com/1104137
Commit-Queue: Marc Treib <treib@chromium.org>
Reviewed-by: default avatarMarc Treib <treib@chromium.org>
Cr-Commit-Position: refs/heads/master@{#567956}
parent 7e8eec59
...@@ -817,7 +817,8 @@ IN_PROC_BROWSER_TEST_F(MediaRouterIntegrationBrowserTest, Fail_SendMessage) { ...@@ -817,7 +817,8 @@ IN_PROC_BROWSER_TEST_F(MediaRouterIntegrationBrowserTest, Fail_SendMessage) {
RunFailToSendMessageTest(); RunFailToSendMessageTest();
} }
IN_PROC_BROWSER_TEST_F(MediaRouterIntegrationBrowserTest, Fail_NoProvider) { IN_PROC_BROWSER_TEST_F(MediaRouterIntegrationBrowserTest,
DISABLED_Fail_NoProvider) {
SetTestData(FILE_PATH_LITERAL("no_provider.json")); SetTestData(FILE_PATH_LITERAL("no_provider.json"));
WebContents* web_contents = StartSessionWithTestPageAndChooseSink(); WebContents* web_contents = StartSessionWithTestPageAndChooseSink();
CheckStartFailed(web_contents, "UnknownError", CheckStartFailed(web_contents, "UnknownError",
......
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