Skip to content

Commit

Permalink
Disable flaky test on Windows: application\frame-tree_test.ts
Browse files Browse the repository at this point in the history
Bug: chromium:1231056
Change-Id: Iab7bf43a3a0a2fdfd5678151b6f1d79a0a005f2b
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/3041378
Reviewed-by: Sigurd Schneider <[email protected]>
Commit-Queue: Alex Rudenko <[email protected]>
  • Loading branch information
OrKoN authored and Devtools-frontend LUCI CQ committed Jul 20, 2021
1 parent c5d160e commit 01167d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/application/frame-tree_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 01167d8

Please sign in to comment.