Skip to content

Commit 50a949a

Browse files
Eric LeeseDevtools-frontend LUCI CQ
authored andcommitted
Disable flaky LegacyJavaScript test
Bug: 407863111 Change-Id: Ie5643db696867a63b46b4be5ac85aa500bea7878 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6424739 Commit-Queue: Simon Zünd <[email protected]> Auto-Submit: Eric Leese <[email protected]> Commit-Queue: Eric Leese <[email protected]> Reviewed-by: Simon Zünd <[email protected]>
1 parent c48fd45 commit 50a949a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

front_end/models/trace/insights/LegacyJavaScript.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ describeWithEnvironment('LegacyJavaScript', function() {
2222
assert.deepEqual(insight.metricSavings, {FCP: 0, LCP: 0} as Trace.Insights.Types.MetricSavings);
2323
});
2424

25-
it('has results when savings are big enough', async function() {
25+
// Flaky test.
26+
it.skip('[crbug.com/407863111] has results when savings are big enough', async function() {
2627
if (this.timeout() > 0) {
2728
this.timeout(20000);
2829
}

0 commit comments

Comments
 (0)