Skip to content

Commit afe4e3d

Browse files
and-oliDevtools-frontend LUCI CQ
authored andcommitted
Disable slow test
While we work on fixing the performance regression Bug: 383713603 Change-Id: I798fcb407041f2f48a6f567fb90f4fe01f77711f Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6091352 Auto-Submit: Andres Olivares <[email protected]> Commit-Queue: Andres Olivares <[email protected]> Reviewed-by: Eric Leese <[email protected]> Commit-Queue: Eric Leese <[email protected]>
1 parent b06c84a commit afe4e3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/perf/panels/performance/trace-load_test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ async function timeFixture(fixture: string): Promise<number> {
3535
describe('Performance panel trace load performance', () => {
3636
const allTestValues: {name: string, values: number[]}[] = [];
3737

38-
describe('Total trace load time', () => {
38+
// Slow test
39+
describe.skip('[crbug.com/383713603]: Total trace load time', () => {
3940
beforeEach(async () => {
4041
// Reload devtools to get a fresh version of the panel on each
4142
// run and prevent a skew due to caching, etc.

0 commit comments

Comments
 (0)