Commit 1ea210b0 authored by Maxim Kolosovskiy's avatar Maxim Kolosovskiy Committed by Chromium LUCI CQ

Disable on ExtensionInstallDialogViewInteractiveBrowserTest.InvokeUi_ManyPermissions on Win

TBR=finnur@chromium.org

Bug: 1166152
Change-Id: Ifb502e17cc80718bef3106ffa9da52d5b0343ed1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2627151Reviewed-by: default avatarMaxim Kolosovskiy  <kolos@chromium.org>
Commit-Queue: Maxim Kolosovskiy  <kolos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#842993}
parent 601d5210
...@@ -400,6 +400,12 @@ IN_PROC_BROWSER_TEST_F(ExtensionInstallDialogViewInteractiveBrowserTest, ...@@ -400,6 +400,12 @@ IN_PROC_BROWSER_TEST_F(ExtensionInstallDialogViewInteractiveBrowserTest,
ShowAndVerifyUi(); ShowAndVerifyUi();
} }
// crbug.com/1166152
#if defined(OS_WIN)
#define MAYBE_InvokeUi_ManyPermissions DISABLED_InvokeUi_ManyPermissions
#else
#define MAYBE_InvokeUi_ManyPermissions InvokeUi_ManyPermissions
#endif
IN_PROC_BROWSER_TEST_F(ExtensionInstallDialogViewInteractiveBrowserTest, IN_PROC_BROWSER_TEST_F(ExtensionInstallDialogViewInteractiveBrowserTest,
InvokeUi_ManyPermissions) { InvokeUi_ManyPermissions) {
for (int i = 0; i < 20; i++) for (int i = 0; i < 20; i++)
......
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