Skip to content

Commit e6ee88a

Browse files
ergunshDevtools-frontend LUCI CQ
authored andcommitted
[Gardener] Skip flaky ForcedReflow/generates-call-stacks test
Bug: 392557418 Change-Id: Icb2dbfab32e4bc2971aef1c6bb4d5a4890145aca Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6197650 Auto-Submit: Ergün Erdoğmuş <[email protected]> Commit-Queue: Ergün Erdoğmuş <[email protected]> Commit-Queue: Alex Rudenko <[email protected]> Reviewed-by: Alex Rudenko <[email protected]>
1 parent d123f7e commit e6ee88a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ export async function processTrace(testContext: Mocha.Suite|Mocha.Context|null,
1616
}
1717

1818
describeWithEnvironment('ForcedReflow', function() {
19-
it('generates call stacks', async function() {
19+
// Skip to re-open the tree
20+
it.skip('[crbug.com/392557418]: generates call stacks', async function() {
2021
const {data, insights} = await processTrace(this, 'forced-reflow.json.gz');
2122
assert.strictEqual(insights.size, 1);
2223
const insight =

0 commit comments

Comments
 (0)