Skip to content

Commit

Permalink
Try to make rust tests more stable
Browse files Browse the repository at this point in the history
  • Loading branch information
bstaletic committed Aug 23, 2024
1 parent f593c4a commit 8b61f19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ycmd/tests/rust/subcommands_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,7 @@ def test_Subcommands_FixIt_Basic( self, app ):
} )


@WithRetry()
@IsolatedYcmd()
def test_Subcommands_GoTo_WorksAfterChangingProject( self, app ):
filepath = PathToTestFile( 'macro', 'src', 'main.rs' )
Expand Down

0 comments on commit 8b61f19

Please sign in to comment.