Skip to content

Commit

Permalink
Expect GetCompletions_Cache_List_Unicode test to fail
Browse files Browse the repository at this point in the history
This test is expected to fail since we now filter and sort candidates on empty
query.
  • Loading branch information
micbou committed Sep 10, 2017
1 parent 15b4b4b commit 1965d3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/ycm/tests/omni_completer_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,8 @@ def Omnifunc( findstart, base ):
)


@ExpectedFailure( 'Filtering on unicode is not supported by the server',
contains_string( "value for 'completions' was <[]>" ) )
@YouCompleteMeInstance( { 'cache_omnifunc': 1 } )
def OmniCompleter_GetCompletions_Cache_List_Unicode_test( ycm ):
def Omnifunc( findstart, base ):
Expand Down

0 comments on commit 1965d3e

Please sign in to comment.