Commit 992d4c91 authored by liberato@chromium.org's avatar liberato@chromium.org Committed by Commit Bot

Turn off BrowserViewTest.RepeatedAccelerators

Test is flaky.

Bug: 1007006
Change-Id: If7e4b658336269e244894b50f228ca5e8720cd7a
TBR: bsep@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831947Reviewed-by: default avatarFrank Liberato <liberato@chromium.org>
Commit-Queue: Frank Liberato <liberato@chromium.org>
Cr-Commit-Position: refs/heads/master@{#701198}
parent 74183281
...@@ -193,7 +193,7 @@ TEST_F(BrowserViewTest, BrowserViewLayout) { ...@@ -193,7 +193,7 @@ TEST_F(BrowserViewTest, BrowserViewLayout) {
// Test that repeated accelerators are processed or ignored depending on the // Test that repeated accelerators are processed or ignored depending on the
// commands that they refer to. The behavior for different commands is dictated // commands that they refer to. The behavior for different commands is dictated
// by IsCommandRepeatable() in chrome/browser/ui/views/accelerator_table.h. // by IsCommandRepeatable() in chrome/browser/ui/views/accelerator_table.h.
TEST_F(BrowserViewTest, RepeatedAccelerators) { TEST_F(BrowserViewTest, DISABLED_RepeatedAccelerators) {
// A non-repeated Ctrl-L accelerator should be processed. // A non-repeated Ctrl-L accelerator should be processed.
const ui::Accelerator kLocationAccel(ui::VKEY_L, ui::EF_PLATFORM_ACCELERATOR); const ui::Accelerator kLocationAccel(ui::VKEY_L, ui::EF_PLATFORM_ACCELERATOR);
EXPECT_TRUE(browser_view()->AcceleratorPressed(kLocationAccel)); EXPECT_TRUE(browser_view()->AcceleratorPressed(kLocationAccel));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment