Skip flaky release notes fetcher service test

This commit is contained in:
yash-signal 2025-06-13 09:16:03 -05:00 committed by GitHub
parent a3187f1527
commit 0904608b2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,