Commit 502c994f authored by zeeshanq's avatar zeeshanq Committed by Commit bot

Disable spaceport benchmark on linux.

BUG=469224

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

Cr-Commit-Position: refs/heads/master@{#321623}
parent cacc0999
...@@ -94,7 +94,8 @@ class _SpaceportMeasurement(page_test.PageTest): ...@@ -94,7 +94,8 @@ class _SpaceportMeasurement(page_test.PageTest):
# crbug.com/166703: This test frequently times out on Windows. # crbug.com/166703: This test frequently times out on Windows.
@benchmark.Disabled('mac', 'win') # crbug.com/469224: Test is failing on linux as well.
@benchmark.Disabled('mac', 'win', 'linux')
class Spaceport(benchmark.Benchmark): class Spaceport(benchmark.Benchmark):
"""spaceport.io's PerfMarks benchmark. """spaceport.io's PerfMarks benchmark.
......
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