Commit 5a12eea7 authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Disable more CopyBetweenWindows tests.

Similar to copyBetweenWindowsDriveToUsb, copyBetweenWindowsLocalToUsb
and other related tests are also flaky. Disable them all.

TBR=austinct@chromium.org

Bug: 1008909
Change-Id: Ib87e1403a653fa599111faa38b30947ca0fbf216
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857650Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#705367}
parent 77be1f6a
......@@ -679,16 +679,11 @@ WRAPPED_INSTANTIATE_TEST_SUITE_P(
WRAPPED_INSTANTIATE_TEST_SUITE_P(
DISABLED_CopyBetweenWindows, /* copy_between_windows.js */
FilesAppBrowserTest,
::testing::Values(TestCase("copyBetweenWindowsDriveToUsb")));
WRAPPED_INSTANTIATE_TEST_SUITE_P(
CopyBetweenWindows, /* copy_between_windows.js */
FilesAppBrowserTest,
::testing::Values(TestCase("copyBetweenWindowsLocalToDrive"),
TestCase("copyBetweenWindowsLocalToUsb"),
TestCase("copyBetweenWindowsUsbToDrive"),
TestCase("copyBetweenWindowsDriveToLocal"),
// TestCase("copyBetweenWindowsDriveToUsb"),
TestCase("copyBetweenWindowsDriveToUsb"),
TestCase("copyBetweenWindowsUsbToLocal")));
WRAPPED_INSTANTIATE_TEST_SUITE_P(
......
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