Commit f9bccd7d authored by Ella Ge's avatar Ella Ge Committed by Commit Bot

mark BrowserCrApplicationAppleScriptTest.InsertWindow as flaky

tbr: spqchan@chromium.org
Bug: 936475
Change-Id: I61678d76dfa7586a92872edca3fcc7131a604501
Reviewed-on: https://chromium-review.googlesource.com/c/1492231Reviewed-by: default avatarElla Ge <eirage@chromium.org>
Commit-Queue: Ella Ge <eirage@chromium.org>
Cr-Commit-Position: refs/heads/master@{#636078}
parent a771775f
...@@ -44,7 +44,8 @@ IN_PROC_BROWSER_TEST_F(BrowserCrApplicationAppleScriptTest, Creation) { ...@@ -44,7 +44,8 @@ IN_PROC_BROWSER_TEST_F(BrowserCrApplicationAppleScriptTest, Creation) {
} }
// Insert a new window. // Insert a new window.
IN_PROC_BROWSER_TEST_F(BrowserCrApplicationAppleScriptTest, InsertWindow) { IN_PROC_BROWSER_TEST_F(BrowserCrApplicationAppleScriptTest,
FLAKY_InsertWindow) {
// Emulate what applescript would do when creating a new window. // Emulate what applescript would do when creating a new window.
// Emulate a script like |set var to make new window with properties // Emulate a script like |set var to make new window with properties
// {visible:false}|. // {visible:false}|.
......
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