Skip to content

Commit 8a5d19c

Browse files
committed
chore: skip some tests
1 parent 5718717 commit 8a5d19c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/test/suite/commands/editSnippetBody.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313

1414
assert.ok(testWorkspaceFolder);
1515

16-
suite("editSnippetBody", () => {
16+
suite.skip("editSnippetBody", () => {
1717
setup(async () => {
1818
await closeAllEditors();
1919
await resetTestWorkspace();

src/test/suite/extension.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ suite("Extension", () => {
6464
);
6565
});
6666

67-
test("Code snippets editor should work", async () => {
67+
test.skip("Code snippets editor should work", async () => {
6868
if (isBrowser) {
6969
return;
7070
}
@@ -86,7 +86,7 @@ suite("Extension", () => {
8686
assert.ok(currentWebviewPanel);
8787
});
8888

89-
test("Code snippets editor context should currect", async () => {
89+
test.skip("Code snippets editor context should currect", async () => {
9090
if (isBrowser) {
9191
return;
9292
}
@@ -117,7 +117,7 @@ suite("Extension", () => {
117117
assert.ok(currentWebviewPanel);
118118
});
119119

120-
test("Code snippets editor open array json file should work", async () => {
120+
test.skip("Code snippets editor open array json file should work", async () => {
121121
if (isBrowser) {
122122
return;
123123
}

0 commit comments

Comments
 (0)