Commit b27624ce authored by guidou's avatar guidou Committed by Commit bot

Disable flaky BrowserSelectFileDialogTest.ModalTest on Linux

BUG=700134
TBR=thomasanderson@chromium.org

Review-Url: https://codereview.chromium.org/2740333002
Cr-Commit-Position: refs/heads/master@{#456076}
parent 5dc19b08
......@@ -68,7 +68,8 @@ class FilePicker : public ui::SelectFileDialog::Listener {
} // namespace libgtkui
// Leaks in GtkFileChooserDialog. http://crbug.com/537468
#if defined(ADDRESS_SANITIZER)
// Flaky on Linux. http://crbug.com/700134
#if defined(ADDRESS_SANITIZER) || defined(OS_LINUX)
#define MAYBE_ModalTest DISABLED_ModalTest
#else
#define MAYBE_ModalTest ModalTest
......
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