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
When building PLC4X it sometimes is usefull to build all parts locally, skipping all tests. IntelliJ has a checkbox in the maven panel, which I think passes the "-DskipTests" to the maven build. If this is set, the plc4py build fails.
In our build README we tell people to build with skipTests to skip the tests, if the build fails we might have problems with the next release.