Commit ed4f4a0e authored by Xiaocheng Hu's avatar Xiaocheng Hu Committed by Commit Bot

Disable flaky TabLoadingFrameNavigationSchedulerTest tests

Bug: 1121748
Change-Id: I9b36df448e2513a276b2ad4e1a486adfb501626a
NoTry: True
Tbr: chrisha@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376370Reviewed-by: default avatarXiaocheng Hu <xiaochengh@chromium.org>
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#801550}
parent ac710629
......@@ -125,8 +125,9 @@ class TabLoadingFrameNavigationSchedulerTest
} // namespace
// TODO(crbug.com/1121748): Test is flaky.
IN_PROC_BROWSER_TEST_F(TabLoadingFrameNavigationSchedulerTest,
ThrottlingDisabled) {
DISABLED_ThrottlingDisabled) {
GURL url(embedded_test_server()->GetURL("a.com", "/a.html"));
auto* contents = shell()->web_contents();
......@@ -216,8 +217,9 @@ IN_PROC_BROWSER_TEST_F(TabLoadingFrameNavigationSchedulerTest,
WaitForLoad(contents2);
}
// TODO(crbug.com/1121748): Test is flaky.
IN_PROC_BROWSER_TEST_F(TabLoadingFrameNavigationSchedulerTest,
ChildFrameThrottled) {
DISABLED_ChildFrameThrottled) {
GURL url(embedded_test_server()->GetURL("a.com", "/a_embeds_b.html"));
auto* contents = shell()->web_contents();
......@@ -323,8 +325,9 @@ IN_PROC_BROWSER_TEST_F(TabLoadingFrameNavigationSchedulerTest,
WaitForLoad(contents);
}
// TODO(crbug.com/1121748): Test is flaky.
IN_PROC_BROWSER_TEST_F(TabLoadingFrameNavigationSchedulerTest,
NavigationInterruptsThrottling) {
DISABLED_NavigationInterruptsThrottling) {
GURL url(embedded_test_server()->GetURL("a.com", "/a_embeds_b.html"));
auto* contents = shell()->web_contents();
......
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