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

Unified Diff: chrome/browser/extensions/api/braille_display_private/braille_display_private_apitest.cc

Issue 1777463002: Exclude lots of tests from memory bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | tools/valgrind/gtest_exclude/browser_tests.gtest-drmemory.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/braille_display_private/braille_display_private_apitest.cc
diff --git a/chrome/browser/extensions/api/braille_display_private/braille_display_private_apitest.cc b/chrome/browser/extensions/api/braille_display_private/braille_display_private_apitest.cc
index f5f6b5948a41b25d37129916372c4eb25f779d82..9aad594c2409bb7743a0ccccc78a6ce07d7d8b48 100644
--- a/chrome/browser/extensions/api/braille_display_private/braille_display_private_apitest.cc
+++ b/chrome/browser/extensions/api/braille_display_private/braille_display_private_apitest.cc
@@ -318,8 +318,14 @@ class BrailleDisplayPrivateAPIUserTest : public BrailleDisplayPrivateApiTest {
}
};
+// Flakily times out on ChromeOS MSAN bots. See https://crbug.com/592893.
+#if defined(MEMORY_SANITIZER)
+#define MAYBE_KeyEventOnLockScreen DISABLED_KeyEventOnLockScreen
+#else
+#define MAYBE_KeyEventOnLockScreen KeyEventOnLockScreen
+#endif
IN_PROC_BROWSER_TEST_F(BrailleDisplayPrivateAPIUserTest,
- KeyEventOnLockScreen) {
+ MAYBE_KeyEventOnLockScreen) {
scoped_ptr<ScreenLockerTester> tester(ScreenLocker::GetTester());
// Log in.
user_manager::UserManager::Get()->UserLoggedIn(
« no previous file with comments | « no previous file | tools/valgrind/gtest_exclude/browser_tests.gtest-drmemory.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698