Skip to content

Commit 2f63d49

Browse files
committed
SKip test which regressed only on windows
1 parent 1cf4734 commit 2f63d49

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ycmd/tests/python/subcommands_test.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
ChunkMatcher,
3939
LocationMatcher,
4040
ErrorMatcher,
41-
ExpectedFailure )
41+
ExpectedFailure,
42+
UnixOnly )
4243

4344
TYPESHED_PATH = os.path.normpath(
4445
PathToTestFile( '..', '..', '..', '..', 'third_party', 'jedi_deps', 'jedi',
@@ -699,6 +700,9 @@ def test_Subcommands_RefactorRename_StartOfFile( self, app ):
699700

700701

701702
@SharedYcmd
703+
# broken on windows in jedi 0.18.1:
704+
# https://github.com/davidhalter/jedi/issues/1877
705+
@UnixOnly
702706
def test_Subcommands_RefactorRename_MultiFIle( self, app ):
703707
one = PathToTestFile( 'rename', 'one.py' )
704708
two = PathToTestFile( 'rename', 'two.py' )

0 commit comments

Comments
 (0)