test: skip the failed-updates-epic tests for now (#46053)

pull/46054/head^2
Oliver Eyton-Williams 2022-05-18 20:13:00 +02:00 committed by GitHub
parent 10c4ed19d6
commit 58482b9d98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ jest.mock('../analytics');
const key = 'fcc-failed-updates';
describe('failed-updates-epic', () => {
// TODO: re-enable once we start flushing failed updates again
describe.skip('failed-updates-epic', () => {
it('should remove faulty backend challenges from localStorage', async () => {
store.set(key, failedSubmissions);