Skip to content

Commit b12601e

Browse files
jackfranklinDevtools-frontend LUCI CQ
authored andcommitted
RPP: skip layout shift cluster unit test
Bug: 406981939 Change-Id: I0033bff92181ed9541b0dc05e1bedad07c5e2bd2 No-Tree-Checks: True Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6408652 Auto-Submit: Jack Franklin <[email protected]> Commit-Queue: Andres Olivares <[email protected]> Reviewed-by: Nikolay Vitkov <[email protected]> Commit-Queue: Jack Franklin <[email protected]> Reviewed-by: Andres Olivares <[email protected]> Reviewed-by: Alina Varkki <[email protected]>
1 parent d8698b7 commit b12601e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

front_end/panels/timeline/TimelineDetailsView.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ describeWithEnvironment('TimelineDetailsView', function() {
107107
assert.isNotNull(layoutShiftDetails);
108108
});
109109

110-
it('renders the layout shift component for a selected cluster', async function() {
110+
// Semi-regularly flaking on CQ bots.
111+
it.skip('[crbug.com/406981939]: renders the layout shift component for a selected cluster', async function() {
111112
const {parsedTrace} = await TraceLoader.traceEngine(this, 'shift-attribution.json.gz');
112113
const detailsView = new Timeline.TimelineDetailsView.TimelineDetailsPane(mockViewDelegate);
113114
await detailsView.setModel({

0 commit comments

Comments
 (0)