opensim-org / opensim-core

SimTK OpenSim C++ libraries and command-line applications, and Java/Python wrapping.
https://opensim.stanford.edu
Apache License 2.0
758 stars 307 forks source link

Temporarily disable Java tests in CI #3810

Closed nickbianco closed 1 week ago

nickbianco commented 1 week ago

Temporarily fixes #3806

Brief summary of changes

Added the CMake option BUILD_JAVA_TESTING to allow only disabling Java tests while configuring builds. This is primarily intended for temporarily disabiling Java tests in the Windows 2022 runner due issues as described in #3806. Accordingly, option is set to off on that runner.

After discussing with @aymanhab, we'll just disable the Java tests in the CI on Windows2022 for now.

We can create another PR renabling Java wrapping to monitor the status of the Windows2022 runners.

Testing I've completed

Looking for feedback on...

CHANGELOG.md (choose one)


This change is Reviewable