chore: skipping these tests for now until we can come up with a better way to do these
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -78,8 +78,8 @@ function withRetries(count: number, fn: () => Promise<void>) {
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
describe('UrlReaders', () => {
|
||||
/* eslint-disable jest/no-disabled-tests */
|
||||
describe.skip('UrlReaders', () => {
|
||||
jest.setTimeout(30_000);
|
||||
|
||||
it(
|
||||
|
||||
Reference in New Issue
Block a user