We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6578d3 commit feafe4aCopy full SHA for feafe4a
1 file changed
test/models/repository.test.js
@@ -2186,6 +2186,9 @@ describe('Repository', function() {
2186
});
2187
2188
it('when checking out a revision', async function() {
2189
+ // Known flake: https://github.com/atom/github/issues/1958
2190
+ this.retries(5);
2191
+
2192
const {repository, observer, subscriptions} = await wireUpObserver();
2193
sub = subscriptions;
2194
0 commit comments