Commit 1f8c86b3 authored by sebsg's avatar sebsg Committed by Commit Bot

[Sheriff] Disable TestInMenuDrag on Win.

It's flaky there are well. Disabled the test altogether for now.

Tbr: jonross@chromium.org
Bug: 910213
Change-Id: Ifbd34680ae3896a5cd9ff99a4791ccc2f8e12289
Reviewed-on: https://chromium-review.googlesource.com/c/1355494Reviewed-by: default avatarSebastien Seguin-Gagnon <sebsg@chromium.org>
Commit-Queue: Sebastien Seguin-Gagnon <sebsg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#612273}
parent 9aaa0fc4
...@@ -345,12 +345,7 @@ void MenuViewDragAndDropTestTestInMenuDrag::Step4() { ...@@ -345,12 +345,7 @@ void MenuViewDragAndDropTestTestInMenuDrag::Step4() {
// Disabled for being flaky. Tracked in: // Disabled for being flaky. Tracked in:
// TODO(erg): Fix DND tests on linux_aura. http://crbug.com/163931. // TODO(erg): Fix DND tests on linux_aura. http://crbug.com/163931.
// TODO(tapted): De-flake and run on Mac. http://crbug.com/449058. // TODO(tapted): De-flake and run on Mac. http://crbug.com/449058.
#if defined(OS_WIN) VIEW_TEST(MenuViewDragAndDropTestTestInMenuDrag, DISABLED_TestInMenuDrag)
#define MAYBE_TestInMenuDrag TestInMenuDrag
#else
#define MAYBE_TestInMenuDrag DISABLED_TestInMenuDrag
#endif
VIEW_TEST(MenuViewDragAndDropTestTestInMenuDrag, MAYBE_TestInMenuDrag)
class MenuViewDragAndDropTestNestedDrag : public MenuViewDragAndDropTest { class MenuViewDragAndDropTestNestedDrag : public MenuViewDragAndDropTest {
public: public:
......
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