diff options
-rw-r--r-- | chrome_frame/test/ui_test.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome_frame/test/ui_test.cc b/chrome_frame/test/ui_test.cc index b3ab51d..cde6e43 100644 --- a/chrome_frame/test/ui_test.cc +++ b/chrome_frame/test/ui_test.cc @@ -107,7 +107,8 @@ TEST_P(FullTabUITest, FLAKY_KeyboardBackForward) { } // Tests new window behavior with ctrl+N. -TEST_P(FullTabUITest, CtrlN) { +// Flaky on Chrome Frame Tests (ie6), http://crbug.com/86251. +TEST_P(FullTabUITest, FLAKY_CtrlN) { if (IsWorkstationLocked()) { LOG(ERROR) << "This test cannot be run in a locked workstation."; return; |