Disable rls test for now

This commit is contained in:
Yuki Okushi 2020-03-02 00:17:14 +09:00
parent 78dc48ea50
commit cda7881869

View file

@ -231,7 +231,8 @@ jobs:
matrix:
integration:
- 'rust-lang/cargo'
- 'rust-lang/rls'
# FIXME: Re-enable once we can test with rls again.
# - 'rust-lang/rls'
- 'rust-lang/chalk'
- 'rust-lang/rustfmt'
- 'Marwes/combine'