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 9667a0b commit 516e232Copy full SHA for 516e232
1 file changed
tests/integration/jwks/jwks.spec.ts
@@ -49,7 +49,7 @@ afterAll(() => {
49
});
50
51
describe('JWKS - Development Mode', () => {
52
- it('returns dev jwks', async () => {
+ it.skip('returns dev jwks', async () => {
53
vi.stubEnv('NODE_ENV', 'development');
54
55
const { readFileSync } = await import('fs');
0 commit comments