Skip to content

Commit c4cedee

Browse files
committed
Remove unreliable yls test for now
1 parent f3b6269 commit c4cedee

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

test/linter/test_yara_yls.vader

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,7 @@ Before:
22
call ale#assert#SetUpLinterTest('yara', 'yls')
33

44
After:
5-
if isdirectory(g:dir . '/.git')
6-
call delete(g:dir . '/.git', 'd')
7-
endif
8-
95
call ale#assert#TearDownLinterTest()
106

117
Execute(The default executable path should be correct):
128
AssertLinter 'yls', ale#Escape('yls') . ' -v'
13-
14-
Execute(The project root should be detected correctly):
15-
if !isdirectory(g:dir . '/.git')
16-
call mkdir(g:dir . '/.git')
17-
endif
18-
19-
AssertLSPProject g:dir

0 commit comments

Comments
 (0)