Merge pull request #4866 from backstage/tests/skip-integration

Disable Integration Tests for URLReaders
This commit is contained in:
Ben Lambert
2021-03-08 10:34:29 +01:00
committed by GitHub
@@ -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(