Skip to content

Commit 3e94c0d

Browse files
and-oliDevtools-frontend LUCI CQ
authored andcommitted
Skip LH flaky test
Bug: 388183157 Change-Id: I3e157beca8aabbe1e76411702f0c83950e27559c Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6148210 Reviewed-by: Nancy Li <[email protected]> Commit-Queue: Nancy Li <[email protected]> Commit-Queue: Andres Olivares <[email protected]> Auto-Submit: Andres Olivares <[email protected]>
1 parent 7a8acfb commit 3e94c0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/lighthouse/navigation_test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ describe('Navigation', function() {
6666
console.error(consoleLog.join('\n'));
6767
}
6868
});
69-
70-
it('successfully returns a Lighthouse report', async () => {
69+
// Flaky
70+
it.skip('[crbug.com/388183157] successfully returns a Lighthouse report', async () => {
7171
await navigateToLighthouseTab('lighthouse/hello.html');
7272
await registerServiceWorker();
7373

0 commit comments

Comments
 (0)