summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/browser_commands_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_commands_unittest.cc b/chrome/browser/browser_commands_unittest.cc
index 768edd5..96fdc01 100644
--- a/chrome/browser/browser_commands_unittest.cc
+++ b/chrome/browser/browser_commands_unittest.cc
@@ -16,7 +16,7 @@ typedef BrowserWithTestWindowTest BrowserCommandsTest;
// Tests IDC_SELECT_TAB_0, IDC_SELECT_NEXT_TAB, IDC_SELECT_PREVIOUS_TAB and
// IDC_SELECT_LAST_TAB.
-TEST_F(BrowserCommandsTest, TabNavigationAccelerators) {
+TEST_F(BrowserCommandsTest, DISABLED_TabNavigationAccelerators) {
GURL about_blank(chrome::kAboutBlankURL);
// Create three tabs.