Skip to content

Commit

Permalink
[e2e] skip flaky workflows test
Browse files Browse the repository at this point in the history
Bug: 377280477
Change-Id: I32b1dba2d15f8fed437f4b7f079c4b093a652c91
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5987918
Commit-Queue: Philip Pfaffe <[email protected]>
Reviewed-by: Alex Rudenko <[email protected]>
Commit-Queue: Alex Rudenko <[email protected]>
Auto-Submit: Philip Pfaffe <[email protected]>
  • Loading branch information
pfaffe authored and Devtools-frontend LUCI CQ committed Nov 4, 2024
1 parent 4a5a3f6 commit f31e4cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/cross_tool_integration/workflow_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ describe('A user can move tabs', function() {
});

describe('A user can open panels via the "panel" query param', function() {
it('Layers is shown', async () => {
// Flaky on windows
it.skipOnPlatforms(['win32'], '[crbug.com/377280477] Layers is shown', async () => {
await reloadDevTools({queryParams: {panel: 'layers'}});
await tabExistsInMainPanel(LAYERS_TAB_SELECTOR);
});
Expand Down

0 comments on commit f31e4cc

Please sign in to comment.