diff --git a/packages/nocodb/tests/unit/rest/tests/auth.test.ts b/packages/nocodb/tests/unit/rest/tests/auth.test.ts index eb0deae67e..34bbaaa7e4 100644 --- a/packages/nocodb/tests/unit/rest/tests/auth.test.ts +++ b/packages/nocodb/tests/unit/rest/tests/auth.test.ts @@ -132,7 +132,7 @@ function authTests() { .expect(200); }); - it('Change password - after logout', async () => { + it.only('Change password - after logout', async () => { await request(context.app) .post('/api/v1/auth/password/change') .unset('xc-auth')