Commit 2f6e7734 authored by Luciano Pacheco's avatar Luciano Pacheco Committed by Commit Bot

Disable flaky test

This test is flaky/failing on MSAN, disabling until is fixed.

TBR: joelhockey@chromium.org
Bug: 899664
Change-Id: I89646e80d9bbb8735d0056c26c882b056b4c9e97
Reviewed-on: https://chromium-review.googlesource.com/c/1308239Reviewed-by: default avatarJoel Hockey <joelhockey@chromium.org>
Commit-Queue: Luciano Pacheco <lucmult@chromium.org>
Cr-Commit-Position: refs/heads/master@{#604147}
parent 686d2e68
...@@ -276,7 +276,10 @@ WRAPPED_INSTANTIATE_TEST_CASE_P( ...@@ -276,7 +276,10 @@ WRAPPED_INSTANTIATE_TEST_CASE_P(
FilesAppBrowserTest, FilesAppBrowserTest,
::testing::Values(TestCase("selectCreateFolderDownloads").InGuestMode(), ::testing::Values(TestCase("selectCreateFolderDownloads").InGuestMode(),
TestCase("selectCreateFolderDownloads"), TestCase("selectCreateFolderDownloads"),
// This test is flaky in MSAN, disabling until is fixed: crbug.com/899664.
#if !defined(MEMORY_SANITIZER)
TestCase("createFolderDownloads").InGuestMode(), TestCase("createFolderDownloads").InGuestMode(),
#endif
TestCase("createFolderDownloads"), TestCase("createFolderDownloads"),
TestCase("createFolderNestedDownloads"), TestCase("createFolderNestedDownloads"),
TestCase("createFolderDrive").DisableDriveFs(), TestCase("createFolderDrive").DisableDriveFs(),
......
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