Commit 75054271 authored by John Abd-El-Malek's avatar John Abd-El-Malek

Disable CreateNewFolder/FileManagerBrowserTest.Test/3 as its failing on most try runs.

BUG=327719
TBR=hirono@chromium.org

Review URL: https://codereview.chromium.org/608803002

Cr-Commit-Position: refs/heads/master@{#296940}
parent b18f4aa7
......@@ -815,14 +815,9 @@ WRAPPED_INSTANTIATE_TEST_CASE_P(
TestParameter(NOT_IN_GUEST_MODE, "audioRepeatMultipleFileDrive"),
TestParameter(NOT_IN_GUEST_MODE, "audioNoRepeatMultipleFileDrive")));
// Slow tests are disabled on debug build. http://crbug.com/327719
#if !defined(NDEBUG)
#define MAYBE_CreateNewFolder DISABLED_CreateNewFolder
#else
#define MAYBE_CreateNewFolder CreateNewFolder
#endif
// Flaky http://crbug.com/327719
WRAPPED_INSTANTIATE_TEST_CASE_P(
MAYBE_CreateNewFolder,
DISABLED_CreateNewFolder,
FileManagerBrowserTest,
::testing::Values(TestParameter(NOT_IN_GUEST_MODE,
"createNewFolderAfterSelectFile"),
......
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