Skip to content

Commit f31e4cc

Browse files
pfaffeDevtools-frontend LUCI CQ
authored andcommitted
[e2e] skip flaky workflows test
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]>
1 parent 4a5a3f6 commit f31e4cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/cross_tool_integration/workflow_test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ describe('A user can move tabs', function() {
102102
});
103103

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

0 commit comments

Comments
 (0)