Commit 0ed4b4c8 authored by Francois Doray's avatar Francois Doray Committed by Chromium LUCI CQ

[sheriff] Disable...

[sheriff] Disable core.benchmark_runner_test.BenchmarkRunnerIntegrationTest.testTimelineBasedEndToEnd on ChromeOS.

R=achuith@chromium.org

Bug: 1098412
Change-Id: Ib19a9a0e93339c2a5e3aff75897cff8a2ebbe9ab
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626410
Commit-Queue: François Doray <fdoray@chromium.org>
Commit-Queue: Achuith Bhandarkar <achuith@chromium.org>
Auto-Submit: François Doray <fdoray@chromium.org>
Reviewed-by: default avatarAchuith Bhandarkar <achuith@chromium.org>
Cr-Commit-Position: refs/heads/master@{#843276}
parent fbcb5eb4
......@@ -10,6 +10,7 @@ import unittest
import mock
from telemetry import decorators
from telemetry.testing import test_stories
from telemetry.web_perf import timeline_based_measurement
from tracing.value.diagnostics import all_diagnostics
......@@ -96,6 +97,8 @@ class BenchmarkRunnerIntegrationTest(unittest.TestCase):
histograms.ImportDicts(dicts)
return histograms
# TODO(https://crbug.com/1098412): Fix the test.
@decorators.Disabled('chromeos')
def testTimelineBasedEndToEnd(self):
class TestTimelineBasedBenchmark(perf_benchmark.PerfBenchmark):
"""A dummy benchmark that records a trace and runs sampleMetric on it."""
......
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