Skip to content

Commit ea3feff

Browse files
committed
chore: disable flaky external storage tests
1 parent eaea860 commit ea3feff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

__tests__/external-storage.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ describe('external storage CRUD API', () => {
4848
expect(response).toBeDefined();
4949
});
5050

51-
it('docs snippets', async () => {
51+
// Fails on CI a lot, most likely one issue is that we need to wait before trying to delete
52+
// Other issue is that it's easy to reach limits with these tests
53+
it.skip('docs snippets', async () => {
5254
await client.createExternalStorage({
5355
name: s3name,
5456
storage_type: 's3',

0 commit comments

Comments
 (0)