Skip to content

Commit d8dcc3d

Browse files
committed
test(e2e): skip settings tests
Signed-off-by: Zacharias Fragkiadakis <[email protected]>
1 parent ebf318f commit d8dcc3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/specs/settings.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { nodeHomePath } from '../constants/config'
1717

1818
const tempNodeHomePath = `${nodeHomePath}.temp`
1919

20-
describe('Settings', () => {
20+
describe.skip('Settings', () => {
2121
let workbench: Workbench
2222
let settings: SettingsEditor
2323

0 commit comments

Comments
 (0)