Skip to content

Commit ebf3aa6

Browse files
committed
test(orap): skip case
1 parent 9b8b336 commit ebf3aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/orap/tests/orap.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ describe('Orap', () => {
3737
}, {
3838
timeout: 100000000,
3939
})
40-
it('should run Declarative Demo without errors', async () => {
40+
it.skip('should run Declarative Demo without errors', async () => {
4141
const consoleSpy = vi.spyOn(console, 'log')
4242

4343
const storeConfig = { port: parseInt(process.env.REDIS_PORT!), host: process.env.REDIS_HOST }

0 commit comments

Comments
 (0)