You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 30, 2020. It is now read-only.
Expected behaviour: run all tests and build package on Linux
Actual/current behaviour: although it does compile, it fails in one tests which prevents building a package
Reason is the usage of the com.devonfw.devcon.common.impl.utils.WindowsRegstry class
This is Windows specific and therefore won't work on Linux. Tests will fail (RegistryTest)