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

Unified Diff: chrome_elf/blacklist/test/blacklist_test.cc

Issue 2822993002: Disable BlacklistTest.LoadBlacklistedLibrary due to being flaky. (Closed)
Patch Set: Created 3 years, 8 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_elf/blacklist/test/blacklist_test.cc
diff --git a/chrome_elf/blacklist/test/blacklist_test.cc b/chrome_elf/blacklist/test/blacklist_test.cc
index ef7d6078d5cf46951b1c87e557f3c61bfb4017d9..ddcff2b328d561e1a6e4e37d660319c4fd8609db 100644
--- a/chrome_elf/blacklist/test/blacklist_test.cc
+++ b/chrome_elf/blacklist/test/blacklist_test.cc
@@ -287,7 +287,8 @@ TEST_F(BlacklistTest, SuccessfullyBlocked) {
}
}
-TEST_F(BlacklistTest, LoadBlacklistedLibrary) {
+// Disabled due to flakiness. https://crbug.com/711651.
+TEST_F(BlacklistTest, DISABLED_LoadBlacklistedLibrary) {
base::FilePath current_dir;
ASSERT_TRUE(PathService::Get(base::DIR_EXE, &current_dir));
« 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