Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 4826e20

Browse files
kuychacosmashwilson
authored andcommitted
Retry flakey file patch test
1 parent f50a3d5 commit 4826e20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/integration/file-patch.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,8 @@ describe('integration: file patches', function() {
732732
});
733733

734734
it('may be partially staged', async function() {
735+
this.retries(5); // FLAKE
736+
735737
getPatchEditor('unstaged', 'sample.js').setSelectedBufferRanges([
736738
[[2, 0], [2, 0]],
737739
[[10, 0], [10, 0]],

0 commit comments

Comments
 (0)