From 8b61f198f9c824ce3ef246e5fd542a2304c9275e Mon Sep 17 00:00:00 2001 From: Boris Staletic Date: Fri, 23 Aug 2024 22:23:32 +0200 Subject: [PATCH] Try to make rust tests more stable --- ycmd/tests/rust/subcommands_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ycmd/tests/rust/subcommands_test.py b/ycmd/tests/rust/subcommands_test.py index d7836e6bdd..3a5d0118cc 100644 --- a/ycmd/tests/rust/subcommands_test.py +++ b/ycmd/tests/rust/subcommands_test.py @@ -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' )