Skip to content

CI tests fail consistently: "getProjectSettings should work" test case on macOS #4458

Description

@datho7561

Describe the bug
The macOS tests are failing consistently. In particular, the "getProjectSettings should work" test case.

To Reproduce

  1. Run the tests on CI
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions