We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8b336 commit ebf3aa6Copy full SHA for ebf3aa6
packages/orap/tests/orap.test.ts
@@ -37,7 +37,7 @@ describe('Orap', () => {
37
}, {
38
timeout: 100000000,
39
})
40
- it('should run Declarative Demo without errors', async () => {
+ it.skip('should run Declarative Demo without errors', async () => {
41
const consoleSpy = vi.spyOn(console, 'log')
42
43
const storeConfig = { port: parseInt(process.env.REDIS_PORT!), host: process.env.REDIS_HOST }
0 commit comments