diff --git a/test/e2e/application/frame-tree_test.ts b/test/e2e/application/frame-tree_test.ts index d1b36aa0272..c66b098d651 100644 --- a/test/e2e/application/frame-tree_test.ts +++ b/test/e2e/application/frame-tree_test.ts @@ -168,7 +168,8 @@ describe('The Application Tab', async () => { assert.deepEqual(fieldValuesTextContent, expected); }); - it('shows service workers in the frame tree', async () => { + // Flaky test + it.skipOnPlatforms(['win32'], '[crbug.com/1231056]: shows service workers in the frame tree', async () => { await goToResource('application/service-worker-network.html'); await click('#tab-resources'); await doubleClickSourceTreeItem(TOP_FRAME_SELECTOR);