Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Unified Diff: chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc

Issue 2647603002: Disable DriveFileSystemExtensionApiTest.FileSystemOperations on LSAN (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc
diff --git a/chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc b/chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc
index e742566e364a72b5a97d533ba8b1e3d09757aaf3..5c4808849b972a1740c49c4ad8cd8a2a99fab648 100644
--- a/chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc
+++ b/chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc
@@ -806,7 +806,13 @@ IN_PROC_BROWSER_TEST_F(RestrictedFileSystemExtensionApiTest,
//
// DriveFileSystemExtensionApiTests.
//
-IN_PROC_BROWSER_TEST_F(DriveFileSystemExtensionApiTest, FileSystemOperations) {
+#if defined(LEAK_SANITIZER)
+#define MAYBE_FileSystemOperations DISABLED_FileSystemOperations
+#else
+#define MAYBE_FileSystemOperations FileSystemOperations
+#endif
+IN_PROC_BROWSER_TEST_F(DriveFileSystemExtensionApiTest,
+ MAYBE_FileSystemOperations) {
EXPECT_TRUE(RunFileSystemExtensionApiTest(
"file_browser/filesystem_operations_test",
FILE_PATH_LITERAL("manifest.json"),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698