Skip to content

Commit 8cd3121

Browse files
committed
test(e2e): skip some tests to speed up workflow
Signed-off-by: Zacharias Fragkiadakis <zacfragkiadakis@gmail.com>
1 parent ac86704 commit 8cd3121

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/specs/onboarding.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe('Onboarding Flow', () => {
2020
await closeRadicleViewContainer(workbench)
2121
})
2222

23-
describe('VS Code, *before* Radicle is installed,', () => {
23+
describe.skip('VS Code, *before* Radicle is installed,', () => {
2424
const tempPathToNodeHome = `${nodeHomePath}.temp`
2525

2626
before(async () => {
@@ -68,7 +68,7 @@ describe('Onboarding Flow', () => {
6868
})
6969
})
7070

71-
describe('VS Code, *before* the workspace is git-initialized,', () => {
71+
describe.skip('VS Code, *before* the workspace is git-initialized,', () => {
7272
it('guides the user on how to git-initialize their workspace', async () => {
7373
await openRadicleViewContainer(workbench)
7474

0 commit comments

Comments
 (0)