diff --git a/test/index.test.ts b/test/index.test.ts index 2631a63..f2ceb37 100644 --- a/test/index.test.ts +++ b/test/index.test.ts @@ -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'],