Commit c8fadb41 authored by robliao@chromium.org's avatar robliao@chromium.org

Disable BenchmarkSmokeTest.thread_times.simple_mobile_sites

This test times out on Windows.

BUG=400922
TBR=tonyg@chromium.org
NOTREECHECKS=true
NOTRY=true

Review URL: https://codereview.chromium.org/441153002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287646 0039d316-1c4b-4281-b951-d872f2087c98
parent dd47c4ce
...@@ -11,6 +11,7 @@ class SimplePage(page_module.Page): ...@@ -11,6 +11,7 @@ class SimplePage(page_module.Page):
super(SimplePage, self).__init__(url=url, page_set=page_set) super(SimplePage, self).__init__(url=url, page_set=page_set)
self.credentials_path = 'data/credentials.json' self.credentials_path = 'data/credentials.json'
self.archive_data_file = 'data/simple_mobile_sites.json' self.archive_data_file = 'data/simple_mobile_sites.json'
self.disabled = 'Times out on Windows; crbug.com/400922'
def RunNavigateSteps(self, action_runner): def RunNavigateSteps(self, action_runner):
action_runner.NavigateToPage(self) action_runner.NavigateToPage(self)
......
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