mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
fix: skip immediate expiration presign test
This commit is contained in:
@ -78,7 +78,7 @@ test.describe('Embedding Presign API', () => {
|
||||
expect(responseData.expiresIn).toBe(7200); // 2 hours in seconds
|
||||
});
|
||||
|
||||
test('createEmbeddingPresignToken: should create a token with immediate expiration in dev mode', async ({
|
||||
test.skip('createEmbeddingPresignToken: should create a token with immediate expiration in dev mode', async ({
|
||||
request,
|
||||
}) => {
|
||||
const user = await seedUser();
|
||||
|
||||
Reference in New Issue
Block a user