-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 8.4-SNAPSHOT
-
Fix Version/s: 9.1
-
Component/s: Infrastructure, Tests
This tests (org.nuxeo.runtime.osgi.util.jar.tests.TestClassLoaderInstrumentation.canDeleteJar) fail, another issue has been opened and the solution was to deactivate it on windows, but despite the annotation
@ConditionalIgnoreRule.Ignore(condition = ConditionalIgnoreRule.IgnoreWindows.class, cause = "NXP-16567: temporarily deactivate test under Windows")
it seems to continue to try to run on windows
- depends on
-
NXP-16567 Fix TestClassLoaderInstrumentation under Windows
- Resolved