Skip flaky release notes fetcher service test
This commit is contained in:
parent
a3187f1527
commit
0904608b2f
1 changed files with 2 additions and 1 deletions
|
@ -378,7 +378,8 @@ describe('ReleaseNotesFetcher', () => {
|
|||
assert.strictEqual(getCurrentHash(), 'hash');
|
||||
});
|
||||
|
||||
it('forces a manifest fetch for a new version', async () => {
|
||||
// Flaky in CI, TODO(yash): DESKTOP-8877
|
||||
it.skip('forces a manifest fetch for a new version', async () => {
|
||||
const {
|
||||
setupStorage,
|
||||
runFetcherAndWaitForCompletion,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue