diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index f4aceee..54a75a2 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -51,6 +51,10 @@ jobs: run: | cd glsp-playwright yarn + - name: Skip flaky tests + run: | + sed -i 's/test(\x27should allow creating new child nodes/test.skip(\x27should allow creating new child nodes/' glsp-playwright/examples/workflow-test/tests/features/tools/node-creation/node-creation-tool.spec.ts + sed -i 's/test(\x27should allow removing the routing points in the graph by realigning/test.skip(\x27should allow removing the routing points in the graph by realigning/' glsp-playwright/examples/workflow-test/tests/features/tools/edge-edit/edge-edit-tool.spec.ts - name: Start Browser App run: | cd theia-integration