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

mawiesne pushed a commit to branch 
OPENNLP-1738-Verify-broken-test-on-Linux-in-GH-env
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git

commit e816e0ed7a2ac904f66f69cdbe68bc1ac6e70a65
Author: Martin Wiesner <[email protected]>
AuthorDate: Tue May 19 07:22:08 2026 +0200

    OPENNLP-1738: WSDisambiguatorMETest randomly fails under Linux on GH actions
    - reactivates the test by removing the @DisabledOnOs annotation
---
 .../test/java/opennlp/tools/disambiguator/WSDisambiguatorMETest.java   | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/opennlp-wsd/src/test/java/opennlp/tools/disambiguator/WSDisambiguatorMETest.java
 
b/opennlp-wsd/src/test/java/opennlp/tools/disambiguator/WSDisambiguatorMETest.java
index 115d50e6..84b54f9b 100644
--- 
a/opennlp-wsd/src/test/java/opennlp/tools/disambiguator/WSDisambiguatorMETest.java
+++ 
b/opennlp-wsd/src/test/java/opennlp/tools/disambiguator/WSDisambiguatorMETest.java
@@ -27,8 +27,6 @@ import java.util.List;
 import org.junit.jupiter.api.BeforeAll;
 import org.junit.jupiter.api.BeforeEach;
 import org.junit.jupiter.api.Test;
-import org.junit.jupiter.api.condition.DisabledOnOs;
-import org.junit.jupiter.api.condition.OS;
 import org.junit.jupiter.api.io.CleanupMode;
 import org.junit.jupiter.api.io.TempDir;
 
@@ -105,7 +103,6 @@ class WSDisambiguatorMETest extends 
AbstractDisambiguatorTest {
   /*
    * Tests disambiguating only one word : The ambiguous word "please"
    */
-  @DisabledOnOs(value = OS.LINUX, disabledReason = "OPENNLP-1738")
   @Test
   void testDisambiguateOneWord() {
     String sense = wsdME.disambiguate(sentence1, tags1, lemmas1, 8);

Reply via email to