Skip to content

Commit

Permalink
Disable testSpecialURLTabs for chrome://settings/clearBrowserData
Browse files Browse the repository at this point in the history
Broken by r143885. Details in bug.

TBR=battre@chromium.org
BUG=134473
TEST=

Review URL: https://chromiumcodereview.appspot.com/10660009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143956 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
nirnimesh@chromium.org committed Jun 25, 2012
1 parent 685c05e commit aa85a44
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chrome/test/functional/special_tabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ def GetSpecialAcceleratorTabs():
'chrome://plugins': { 'title': 'Plug-ins' },
'chrome://settings': { 'title': 'Settings' },
'chrome://settings/autofill': { 'title': 'Settings - Autofill settings' },
'chrome://settings/clearBrowserData':
{ 'title': 'Settings - Clear browsing data' },
# Broken by r143885. crbug.com/134473
# 'chrome://settings/clearBrowserData':
# { 'title': 'Settings - Clear browsing data' },
'chrome://settings/content': { 'title': 'Settings - Content settings' },
'chrome://settings/languages':
{ 'title': 'Settings - Languages' },
Expand Down

0 comments on commit aa85a44

Please sign in to comment.