Commit 4e586627 authored by Fabio Tirelo's avatar Fabio Tirelo Committed by Commit Bot

[Sheriff] Disable NavigationInAppWindowToInScopeLinkDoesNotShowIntentPicker

Test is flaky on CrOS

TBR=reillyg@chromium.org

Bug: 1113821
Change-Id: I5174fce7966dd6e390a8c50bd427dc461a5b7874
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341150Reviewed-by: default avatarFabio Tirelo <ftirelo@chromium.org>
Reviewed-by: default avatarReilly Grant <reillyg@chromium.org>
Commit-Queue: Fabio Tirelo <ftirelo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#795600}
parent 12224dd9
......@@ -104,9 +104,17 @@ IN_PROC_BROWSER_TEST_P(IntentPickerBubbleViewBrowserTest,
// Tests that clicking a link from an app browser to either within or outside
// the scope of an installed app does not show the intent picker, even when an
// outside of scope link is opened within the context of the PWA.
#if defined(OS_CHROMEOS)
// TODO(http://crbug.com/1113821): flaky on ChromeOS.
#define MAYBE_NavigationInAppWindowToInScopeLinkDoesNotShowIntentPicker \
DISABLED_NavigationInAppWindowToInScopeLinkDoesNotShowIntentPicker
#else
#define MAYBE_NavigationInAppWindowToInScopeLinkDoesNotShowIntentPicker \
NavigationInAppWindowToInScopeLinkDoesNotShowIntentPicker
#endif
IN_PROC_BROWSER_TEST_P(
IntentPickerBubbleViewBrowserTest,
NavigationInAppWindowToInScopeLinkDoesNotShowIntentPicker) {
MAYBE_NavigationInAppWindowToInScopeLinkDoesNotShowIntentPicker) {
InstallTestWebApp();
// No intent picker should be seen when first opening the web app.
......
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