cucumber / language-server

Cucumber Language Server
MIT License
35 stars 20 forks source link

Windows test fails on ENAMETOOLONG #6

Closed olleolleolle closed 2 years ago

olleolleolle commented 2 years ago

Describe the bug

There is 1 failing test which can not run on Windows, and it fails with an ENAMETOOLONG error.

Should that test be skipped, or amended, for that platform?

To Reproduce Steps to reproduce the behavior:

  1. Go to any CI test output for the windows target
  2. Click on the install-test step
  3. See error

Expected behavior

✅ green tests.

CI:

aslakhellesoy commented 2 years ago

This will be fixed when #9 lands

aslakhellesoy commented 2 years ago

This is fixed on main