This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
The following commit(s) were added to refs/heads/main by this push:
new 173eacff OPENNLP-1738: WSDisambiguatorMETest randomly fails under
Linux on GH actions (#478)
173eacff is described below
commit 173eacff7e901fddafe825a87b670d8dbacf8006
Author: Martin Wiesner <[email protected]>
AuthorDate: Tue May 19 08:35:22 2026 +0200
OPENNLP-1738: WSDisambiguatorMETest randomly fails under Linux on GH
actions (#478)
- 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);