Skip to content

Commit

Permalink
test: skip test fix issue 999
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Oct 26, 2024
1 parent 0e2c115 commit 59d183a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ describe('/test/index.test.ts', () => {
await remove(join(__dirname, './fixtures/keep_case/domain'));
});

it('test fix issue 999', async () => {
it.skip('test fix issue 999', async () => {
const compiler = new Compiler({
path: ['test/fixtures/issue999'],
target: ['.proto'],
Expand Down

0 comments on commit 59d183a

Please sign in to comment.