Skip to content

Commit ddf175d

Browse files
committed
Clangd seems to be more flaky, or at least more state-y than before
1 parent 3d301c8 commit ddf175d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ycmd/tests/clangd/get_completions_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def test_GetCompletions_NotForced_NoYcmdCaching( self, app ):
156156

157157

158158
@WithRetry()
159-
@SharedYcmd
159+
@IsolatedYcmd()
160160
def test_GetCompletions_ForcedWithNoTrigger( self, app ):
161161
RunTest( app, {
162162
'description': 'semantic completion with force query=DO_SO',

0 commit comments

Comments
 (0)