Commit af4e791e authored by Alice Boxhall's avatar Alice Boxhall Committed by Commit Bot

Skip flaky RealtimeCpuChartTest.InitializePlot

TBR=joonbug@chromium.org

Bug: 1139523
Change-Id: I03307649b4d5eb833650d578313e3a37645fe947
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2484024Reviewed-by: default avatarAlice Boxhall <aboxhall@chromium.org>
Commit-Queue: Alice Boxhall <aboxhall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#818354}
parent c921feef
......@@ -81,7 +81,8 @@ suite('RealtimeCpuChartTest', () => {
});
});
test('InitializePlot', () => {
// Flaky: https://crbug.com/1139523
test.skip('InitializePlot', () => {
const user = 10;
const system = 30;
return initializeRealtimeCpuChart(user, system).then(() => {
......
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