Skip to content

Commit 14b88f8

Browse files
szuendDevtools-frontend LUCI CQ
authored andcommitted
Disable flaky LoggingDriver test
The test fails consistently when running locally. Needs to be exhonerated on many runs. No-Presubmit: True No-Tree-Checks: True No-Try: True Bug: 453711161 Change-Id: Ia0b1edcde897da75efa80940b5c7f50cdab96000 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7132301 Commit-Queue: Kim-Anh Tran <[email protected]> Owners-Override: Simon Zünd <[email protected]> Auto-Submit: Simon Zünd <[email protected]> Reviewed-by: Kim-Anh Tran <[email protected]> Reviewed-by: Simon Zünd <[email protected]>
1 parent 4200e30 commit 14b88f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

front_end/ui/visual_logging/LoggingDriver.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,8 @@ describe('LoggingDriver', () => {
957957
assert.isTrue(recordResize.calledBefore(recordImpression));
958958
});
959959

960-
it('logs keydown, then resize, then impressions', async () => {
960+
// Flaky test.
961+
it.skip('[crbug.com/453711161] logs keydown, then resize, then impressions', async () => {
961962
addLoggableElements();
962963
const element = document.getElementById('element')!;
963964
element.setAttribute('jslog', 'TreeItem; context:42; track: keydown: KeyA, resize');

0 commit comments

Comments
 (0)