backend-common: disable GerritUrlReader tests again
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -86,7 +86,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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user