You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2021/03/04 14:44:13 UTC

[uima-uimaj] 01/01: [UIMA-6310] JCasClassLoaderTest sometimes fails

This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch bugfix/UIMA-6310-JCasClassLoaderTest-sometimes-fails
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit 7be8787009fb121e31bad75c694a3dff87a9a2a5
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Thu Mar 4 15:44:00 2021 +0100

    [UIMA-6310] JCasClassLoaderTest sometimes fails
    
    - Unignore unit test
---
 .../src/test/java/org/apache/uima/cas/test/JCasClassLoaderTest.java     | 2 --
 1 file changed, 2 deletions(-)

diff --git a/uimaj-core/src/test/java/org/apache/uima/cas/test/JCasClassLoaderTest.java b/uimaj-core/src/test/java/org/apache/uima/cas/test/JCasClassLoaderTest.java
index e0e7169..9f54aec 100644
--- a/uimaj-core/src/test/java/org/apache/uima/cas/test/JCasClassLoaderTest.java
+++ b/uimaj-core/src/test/java/org/apache/uima/cas/test/JCasClassLoaderTest.java
@@ -70,7 +70,6 @@ import org.apache.uima.util.InvalidXMLException;
 import org.apache.uima.util.XMLInputSource;
 import org.assertj.core.api.AutoCloseableSoftAssertions;
 import org.junit.Before;
-import org.junit.Ignore;
 import org.junit.Test;
 
 public class JCasClassLoaderTest {
@@ -120,7 +119,6 @@ public class JCasClassLoaderTest {
    * {@link ResourceManager} of the engines to load the JCas wrapper classes. So each of the anlysis
    * engines should use its own version of the JCas wrappers to access the CAS.
    */
-  @Ignore("Fails sometimes - see UIMA-6310")
   @Test
   public void thatCASCanBeDefinedWithoutJCasWrappersAndTheyComeInWithAnnotatorsViaClasspath() throws Exception {
     ClassLoader rootCl = getClass().getClassLoader();