backend-common: temporarily disable GerritUrlReader tests

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-09-19 15:23:26 +02:00
parent 3f4cd47cbc
commit 281c5e4698
@@ -82,7 +82,10 @@ const createReader = (config: JsonObject): UrlReaderPredicateTuple[] => {
});
};
describe('GerritUrlReader', () => {
// TODO(Rugvip): These tests seem to be a direct or indirect cause of the TaskWorker test flakiness
// We're not sure why at this point, but while investigating these tests are disabled
// eslint-disable-next-line jest/no-disabled-tests
describe.skip('GerritUrlReader', () => {
const worker = setupServer();
setupRequestMockHandlers(worker);