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

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

Issue 2861793003: [chrome_elf] blacklist flaky tests (Closed)
Patch Set: override test launch: single process & no batching. Created 3 years, 7 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 | chrome_elf/run_all_unittests.cc » ('j') | 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 ddcff2b328d561e1a6e4e37d660319c4fd8609db..ef7d6078d5cf46951b1c87e557f3c61bfb4017d9 100644
--- a/chrome_elf/blacklist/test/blacklist_test.cc
+++ b/chrome_elf/blacklist/test/blacklist_test.cc
@@ -287,8 +287,7 @@ TEST_F(BlacklistTest, SuccessfullyBlocked) {
}
}
-// Disabled due to flakiness. https://crbug.com/711651.
-TEST_F(BlacklistTest, DISABLED_LoadBlacklistedLibrary) {
+TEST_F(BlacklistTest, LoadBlacklistedLibrary) {
base::FilePath current_dir;
ASSERT_TRUE(PathService::Get(base::DIR_EXE, &current_dir));
« no previous file with comments | « no previous file | chrome_elf/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698