Describe the bug
The macOS tests are failing consistently. In particular, the "getProjectSettings should work" test case.
To Reproduce
- Run the tests on CI
- Check the results
Extension host test runner error Error: 1 tests failed.
at /Users/runner/work/vscode-java/vscode-java/out/test/standard-mode-suite/index.js:43:31
1) Public APIs - Standard
at done (/Users/runner/work/vscode-java/vscode-java/node_modules/mocha/lib/mocha.js:1030:7)
getProjectSettings should work:
AssertionError [ERR_ASSERTION]: '21' == '1.7'
+ expected - actual
-21
+1.7
at Context.<anonymous> (out/test/standard-mode-suite/publicApi.test.js:86:20)
at Generator.next (<anonymous>)
at fulfilled (out/test/standard-mode-suite/publicApi.test.js:5:58)
Expected behavior
macOS tests pass
Environment
- Operating System: macOS
- JDK version: the one on CI
- Visual Studio Code version: the one used in CI
- Java extension version: latest
Additional Information
Describe the bug
The macOS tests are failing consistently. In particular, the "getProjectSettings should work" test case.
To Reproduce
Expected behavior
macOS tests pass
Environment
Additional Information