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

Unified Diff: ui/wm/core/nested_accelerator_controller_unittest.cc

Issue 407073010: Disable all the tests that are flaking more than 5% on ChromeOS builders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 6 years, 5 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 | « content/browser/web_contents/touch_editable_impl_aura_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/core/nested_accelerator_controller_unittest.cc
diff --git a/ui/wm/core/nested_accelerator_controller_unittest.cc b/ui/wm/core/nested_accelerator_controller_unittest.cc
index 9fa394ef5f6efc36ac4c259592b36be7e2202286..d0a3688f786cdfef4d304af23ab7fb8a51a95cc2 100644
--- a/ui/wm/core/nested_accelerator_controller_unittest.cc
+++ b/ui/wm/core/nested_accelerator_controller_unittest.cc
@@ -155,7 +155,8 @@ class NestedAcceleratorTest : public aura::test::AuraTestBase {
} // namespace
// Aura window above lock screen in z order.
-TEST_F(NestedAcceleratorTest, AssociatedWindowAboveLockScreen) {
+// http://crbug.com/396494
+TEST_F(NestedAcceleratorTest, DISABLED_AssociatedWindowAboveLockScreen) {
// TODO(oshima|sadrul): remove when Win implements PES.
if (!ui::PlatformEventSource::GetInstance())
return;
@@ -180,7 +181,8 @@ TEST_F(NestedAcceleratorTest, AssociatedWindowAboveLockScreen) {
}
// Test that the nested dispatcher handles accelerators.
-TEST_F(NestedAcceleratorTest, AcceleratorsHandled) {
+// http://crbug.com/396494
+TEST_F(NestedAcceleratorTest, DISABLED_AcceleratorsHandled) {
// TODO(oshima|sadrul): remove when Win implements PES.
if (!ui::PlatformEventSource::GetInstance())
return;
« no previous file with comments | « content/browser/web_contents/touch_editable_impl_aura_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698