Commit bf1742a3 authored by Adithya Srinivasan's avatar Adithya Srinivasan Committed by Commit Bot

Portals: Disable TouchInputTransferAcrossReactivation

Test fails flakily on all aura platforms.

Bug: 1010675
Change-Id: Ic1906b0421dab41ddc14f36462aff459867afc33
Tbr: lfg@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836007Reviewed-by: default avatarAdithya Srinivasan <adithyas@chromium.org>
Commit-Queue: Adithya Srinivasan <adithyas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#702230}
parent 2db67d40
...@@ -1190,10 +1190,11 @@ IN_PROC_BROWSER_TEST_F(PortalBrowserTest, TouchInputTransferAcrossActivation) { ...@@ -1190,10 +1190,11 @@ IN_PROC_BROWSER_TEST_F(PortalBrowserTest, TouchInputTransferAcrossActivation) {
} }
#endif #endif
// TODO(crbug.com/1010675): Test fails flakily.
// Touch input transfer is only implemented in the content layer for Aura. // Touch input transfer is only implemented in the content layer for Aura.
#if defined(USE_AURA) #if defined(USE_AURA)
IN_PROC_BROWSER_TEST_F(PortalBrowserTest, IN_PROC_BROWSER_TEST_F(PortalBrowserTest,
TouchInputTransferAcrossReactivation) { DISABLED_TouchInputTransferAcrossReactivation) {
EXPECT_TRUE(NavigateToURL( EXPECT_TRUE(NavigateToURL(
shell(), embedded_test_server()->GetURL( shell(), embedded_test_server()->GetURL(
"portal.test", "portal.test",
......
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