Commit 125a66ad authored by John Budorick's avatar John Budorick Committed by Commit Bot

Disable SelectFileDialogMacTest.MultipleDialogs.

Failing on Mac10.10.

TBR=thakis@chromium.org

Change-Id: I906d7ffe323f10630a21ec93f953b40c33fb0182
Bug: 852536
Reviewed-on: https://chromium-review.googlesource.com/1099715Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: John Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#567034}
parent 427ec1bf
...@@ -419,7 +419,7 @@ TEST_F(SelectFileDialogMacTest, DialogMessage) { ...@@ -419,7 +419,7 @@ TEST_F(SelectFileDialogMacTest, DialogMessage) {
} }
// Verify that multiple file dialogs are corrected handled. // Verify that multiple file dialogs are corrected handled.
TEST_F(SelectFileDialogMacTest, MultipleDialogs) { TEST_F(SelectFileDialogMacTest, DISABLED_MultipleDialogs) {
FileDialogArguments args(GetDefaultArguments()); FileDialogArguments args(GetDefaultArguments());
SelectFileWithParams(args); SelectFileWithParams(args);
SelectFileWithParams(args); SelectFileWithParams(args);
......
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