Skip to content

Commit 2dfe194

Browse files
jackfranklinDevtools-frontend LUCI CQ
authored andcommitted
RPP: disable flaking LayoutShiftDetails test
I will follow-up and investigate but disabling to get tree green. Bug: 406981939 Change-Id: I7e2a546795ef26f218d4fea35086bf9e4ac77d7a No-Tree-Checks: True Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6406895 Commit-Queue: Jack Franklin <[email protected]> Auto-Submit: Jack Franklin <[email protected]> Commit-Queue: Ergün Erdoğmuş <[email protected]> Reviewed-by: Ergün Erdoğmuş <[email protected]>
1 parent e7a6489 commit 2dfe194

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
@@ -83,7 +83,8 @@ describeWithEnvironment('TimelineDetailsView', function() {
8383
assert.strictEqual(duration.innerText, 'Duration37.85 ms (at 109.82 ms)');
8484
});
8585

86-
it('renders the layout shift component for a single layout shift', async function() {
86+
// Semi-regularly flaking on CQ bots.
87+
it.skip('[crbug.com/406981939]: renders the layout shift component for a single layout shift', async function() {
8788
const {parsedTrace} = await TraceLoader.traceEngine(this, 'shift-attribution.json.gz');
8889
const detailsView = new Timeline.TimelineDetailsView.TimelineDetailsPane(mockViewDelegate);
8990
await detailsView.setModel({

0 commit comments

Comments
 (0)