Skip to content

Commit 00179cf

Browse files
committed
Seems like theres another jdtls regression that causes these to fail when run with the other tests. I'm so over jdt.ls regressions. I no longer have the patience to look into them
1 parent b63e889 commit 00179cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ycmd/tests/java/get_completions_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ def test_GetCompletions_MoreThan10ForceSemantic( self, app ):
791791

792792

793793
@WithRetry()
794-
@SharedYcmd
794+
@IsolatedYcmd
795795
def test_GetCompletions_ForceAtTopLevel_NoImport( self, app ):
796796
RunTest( app, {
797797
'description': 'When forcing semantic completion, '
@@ -845,7 +845,7 @@ def test_GetCompletions_NoForceAtTopLevel_NoImport( self, app ):
845845

846846

847847
@WithRetry()
848-
@SharedYcmd
848+
@IsolatedYcmd
849849
def test_GetCompletions_ForceAtTopLevel_WithImport( self, app ):
850850
filepath = ProjectPath( 'TestWidgetImpl.java' )
851851
RunTest( app, {

0 commit comments

Comments
 (0)