Commit 35013e5a authored by Clifford Cheng's avatar Clifford Cheng Committed by Commit Bot

Disable Harmony UI dialog for telemetry tests.

All tests complains about no MR dialog because Harmony UI kicks in.

Change-Id: Ibcef272966f802a8fa52b8ade0f2a8247c25ca78
Reviewed-on: https://chromium-review.googlesource.com/c/1281181Reviewed-by: default avatarTakumi Fujimoto <takumif@chromium.org>
Commit-Queue: Clifford Cheng <cliffordcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#599750}
parent 8b41c74d
......@@ -32,6 +32,7 @@ class _BaseCastBenchmark(perf_benchmark.PerfBenchmark):
'Release', 'mr_extension', 'release'),
os.path.join(path_util.GetChromiumSrcDir(), 'out',
'Release', 'media_router', 'telemetry_extension')]),
'--disable-features=ViewsCastDialog',
'--whitelisted-extension-id=enhhojjnijigcajfphajepfemndkmdlo',
'--media-router=1',
'--enable-stats-collection-bindings'
......@@ -108,6 +109,7 @@ class CPUMemoryBenckmark(perf_benchmark.PerfBenchmark):
'--load-extension=' +
os.path.join(path_util.GetChromiumSrcDir(), 'out',
'Release', 'media_router', 'telemetry_extension'),
'--disable-features=ViewsCastDialog',
'--media-router=0',
'--enable-stats-collection-bindings'
])
......
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