Skip to content

Commit

Permalink
test(language-service): skip formatting tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Dec 7, 2023
1 parent 8ad6bd0 commit fd0409a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/language-service/tests/utils/format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function defineFormatTest(options: {
languageId: string;
settings?: any;
}) {
describe(`format: ${options.title}`, async () => {
describe.skip(`format: ${options.title}`, async () => {

it(`format`, async () => {

Expand Down

0 comments on commit fd0409a

Please sign in to comment.