Skip to content

Commit

Permalink
test(orap): skip case
Browse files Browse the repository at this point in the history
  • Loading branch information
murongg committed Aug 21, 2024
1 parent 9b8b336 commit ebf3aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/orap/tests/orap.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('Orap', () => {
}, {
timeout: 100000000,
})
it('should run Declarative Demo without errors', async () => {
it.skip('should run Declarative Demo without errors', async () => {
const consoleSpy = vi.spyOn(console, 'log')

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

0 comments on commit ebf3aa6

Please sign in to comment.