Skip to content

Commit cf1728d

Browse files
Remove retries, since Windows flaky tests are fixed
1 parent 131dbbf commit cf1728d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/extension.spec.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,7 @@ test.describe('', () => {
245245
});
246246

247247
// Bookmark button navigation tests - ensure button appears regardless of navigation path
248-
// NOTE: These tests can be flaky due to GitHub's variable page load times and React hydration.
249-
// Retries are enabled to mitigate transient failures.
250248
test.describe('Navigation', { tag: '@navigation' }, () => {
251-
test.describe.configure({ retries: 2 });
252249

253250
const bookmarkSelector = '[data-extension-bookmark]';
254251
// Selector for GitHub's header actions (where bookmark button is inserted)

0 commit comments

Comments
 (0)