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
org.csstudio.diag.epics.pvtree.test fails because it depends on diag.pvtree version 4.0.0, which does not exist.
org.csstudio.remote.test and org.csstudio.servicelocator.test fail because they don't specify the junit framework (instead they import a package) and depend on org.mockito plugin, which does not exist.
org.csstudio.apputil.ui.test blocks the build because it opens a dialog and does not close it.
org.csstudio.diag.pvfields.test blocks until forever and also has a test that opens a GUI and waits (the project is also in a wrong plugin folder - it should be in diag and not in appunorganized)