Commit 16ef0f40 authored by Guido Urdaneta's avatar Guido Urdaneta Committed by Commit Bot

Reenable browser test for Infobars on Windows

The test was disabled waiting for https://crrev.com/c/1617498
to land.

Bug: 927949
Change-Id: Ie1d555d21eb21d04b4b859ff007767d8bb77847b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1643529
Auto-Submit: Guido Urdaneta <guidou@chromium.org>
Commit-Queue: Peter Kasting <pkasting@chromium.org>
Reviewed-by: default avatarPeter Kasting <pkasting@chromium.org>
Cr-Commit-Position: refs/heads/master@{#666006}
parent d924f0d0
...@@ -570,12 +570,9 @@ IN_PROC_BROWSER_TEST_F(InfoBarUiTest, InvokeUi_flash_deprecation) { ...@@ -570,12 +570,9 @@ IN_PROC_BROWSER_TEST_F(InfoBarUiTest, InvokeUi_flash_deprecation) {
ShowAndVerifyUi(); ShowAndVerifyUi();
} }
// TODO(https://crbug.com/965468) Resource generation fails on Windows.
#if !defined(OS_WIN)
IN_PROC_BROWSER_TEST_F(InfoBarUiTest, InvokeUi_tab_sharing) { IN_PROC_BROWSER_TEST_F(InfoBarUiTest, InvokeUi_tab_sharing) {
ShowAndVerifyUi(); ShowAndVerifyUi();
} }
#endif
IN_PROC_BROWSER_TEST_F(InfoBarUiTest, InvokeUi_multiple_infobars) { IN_PROC_BROWSER_TEST_F(InfoBarUiTest, InvokeUi_multiple_infobars) {
ShowAndVerifyUi(); ShowAndVerifyUi();
......
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