Commit 696fb777 authored by David Roger's avatar David Roger Committed by Commit Bot

Disable flaky DriveFileSystemExtensionApiTest.FileSystemOperations

TBR=austinct

Bug: 1008880
Change-Id: I9f9987e194fe59cbd8dd239105de76ce680a477f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1852091Reviewed-by: default avatarDavid Roger <droger@chromium.org>
Commit-Queue: David Roger <droger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#704578}
parent 06ed98cd
...@@ -810,13 +810,9 @@ IN_PROC_BROWSER_TEST_F(RestrictedFileSystemExtensionApiTest, ...@@ -810,13 +810,9 @@ IN_PROC_BROWSER_TEST_F(RestrictedFileSystemExtensionApiTest,
// //
// DriveFileSystemExtensionApiTests. // DriveFileSystemExtensionApiTests.
// //
#if defined(LEAK_SANITIZER) // This test is flaky. See https://crbug.com/1008880.
#define MAYBE_FileSystemOperations DISABLED_FileSystemOperations
#else
#define MAYBE_FileSystemOperations FileSystemOperations
#endif
IN_PROC_BROWSER_TEST_F(DriveFileSystemExtensionApiTest, IN_PROC_BROWSER_TEST_F(DriveFileSystemExtensionApiTest,
MAYBE_FileSystemOperations) { DISABLED_FileSystemOperations) {
EXPECT_TRUE(RunFileSystemExtensionApiTest( EXPECT_TRUE(RunFileSystemExtensionApiTest(
"file_browser/filesystem_operations_test", "file_browser/filesystem_operations_test",
FILE_PATH_LITERAL("manifest.json"), FILE_PATH_LITERAL("manifest.json"),
......
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