From 1b644c4f053833422a811c1dc6106699c79e5701 Mon Sep 17 00:00:00 2001 From: blam Date: Mon, 8 Mar 2021 10:15:17 +0100 Subject: [PATCH] chore: skipping these tests for now until we can come up with a better way to do these Signed-off-by: blam --- packages/backend-common/src/reading/integration.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/backend-common/src/reading/integration.test.ts b/packages/backend-common/src/reading/integration.test.ts index 16fdf3ff58..1c7657d873 100644 --- a/packages/backend-common/src/reading/integration.test.ts +++ b/packages/backend-common/src/reading/integration.test.ts @@ -78,8 +78,8 @@ function withRetries(count: number, fn: () => Promise) { } }; } - -describe('UrlReaders', () => { +/* eslint-disable jest/no-disabled-tests */ +describe.skip('UrlReaders', () => { jest.setTimeout(30_000); it(