Skip to content

Commit 51544a7

Browse files
ktranEric Leese
authored andcommitted
Disable flaky console-message-format_test test
Bug: 408135804 Change-Id: Iab5149f208d817654661c8d3989fc208d65ab801 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6429724 Commit-Queue: Kim-Anh Tran <[email protected]> Auto-Submit: Kim-Anh Tran <[email protected]> Reviewed-by: Eric Leese <[email protected]>
1 parent f6dc96b commit 51544a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/console/console-message-format_test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ describe('The Console Tab', () => {
149149
]);
150150
});
151151

152-
it('can show DOM interactions', async () => {
152+
// Flaky test
153+
it.skip('[crbug.com/408135804] can show DOM interactions', async () => {
153154
const messages = await getConsoleMessages('dom-interactions');
154155

155156
assert.deepEqual(messages, [

0 commit comments

Comments
 (0)