Commit afba31e0 authored by Noel Gordon's avatar Noel Gordon Committed by Commit Bot

Re-enable FilesApp CopyBetweenWindows browser test all bots

Test working well in RELEASE/DEBUG/MSAN: now re-enable on ASAN

Bug: 845087
Change-Id: I5d7d82c9eca3d0b3fbbfb58bd2d34050d089f8d7
Reviewed-on: https://chromium-review.googlesource.com/1071413Reviewed-by: default avatarStuart Langley <slangley@chromium.org>
Commit-Queue: Noel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#561453}
parent 212bdb78
......@@ -331,14 +331,8 @@ WRAPPED_INSTANTIATE_TEST_CASE_P(
TestCase("openFileDialogCancelDrive"),
TestCase("openFileDialogEscapeDrive")));
// Enabled in RELEASE/DEBUG/MSAN https://crbug.com/845087
#if defined(ADDRESS_SANITIZER) || defined(LEAK_SANITIZER)
#define MAYBE_CopyBetweenWindows DISABLED_CopyBetweenWindows
#else
#define MAYBE_CopyBetweenWindows CopyBetweenWindows
#endif
WRAPPED_INSTANTIATE_TEST_CASE_P(
MAYBE_CopyBetweenWindows, /* copy_between_windows.js */
CopyBetweenWindows, /* copy_between_windows.js */
FilesAppBrowserTest,
::testing::Values(TestCase("copyBetweenWindowsLocalToDrive"),
TestCase("copyBetweenWindowsLocalToUsb"),
......
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