mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-26 11:28:08 +01:00
Skip flaky release notes fetcher service test
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user