Commit 4f966a93 authored by Alice Boxhall's avatar Alice Boxhall Committed by Commit Bot

Disable CloseBubbleUI on ChromeOS

TBR=spqchan

Bug: 822022
Change-Id: I68245d38a79fc9698f9528261f910c8eba822d48
Reviewed-on: https://chromium-review.googlesource.com/963151
Commit-Queue: Alice Boxhall <aboxhall@chromium.org>
Reviewed-by: default avatarSarah Chan <spqchan@chromium.org>
Reviewed-by: default avatarAlice Boxhall <aboxhall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543273}
parent 6fec567b
...@@ -157,9 +157,16 @@ IN_PROC_BROWSER_TEST_F(ExtensionInstalledBubbleBrowserTest, ...@@ -157,9 +157,16 @@ IN_PROC_BROWSER_TEST_F(ExtensionInstalledBubbleBrowserTest,
} }
} }
// http://crbug.com/822022
#if defined(OS_CHROMEOS)
#define MAYBE_CloseBubbleUI DISABLED_CloseBubbleUI
#else
#define MAYBE_CloseBubbleUI CloseBubbleUI
#endif
// Tests if the BubbleController gets removed from the BubbleManager when // Tests if the BubbleController gets removed from the BubbleManager when
// the BubbleUi is closed. // the BubbleUi is closed.
IN_PROC_BROWSER_TEST_F(ExtensionInstalledBubbleBrowserTest, CloseBubbleUi) { IN_PROC_BROWSER_TEST_F(ExtensionInstalledBubbleBrowserTest,
MAYBE_CloseBubbleUI) {
base::test::ScopedFeatureList scoped_feature_list; base::test::ScopedFeatureList scoped_feature_list;
#if defined(OS_MACOSX) #if defined(OS_MACOSX)
scoped_feature_list.InitWithFeatures( scoped_feature_list.InitWithFeatures(
......
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