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 eba64d7ae79781c022a9f98a6b76bab18cac25d8 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 --- .../src/test/java/opennlp/tools/disambiguator/WSDisambiguatorMETest.java | 1 - 1 file changed, 1 deletion(-) 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..4e503325 100644 --- a/opennlp-wsd/src/test/java/opennlp/tools/disambiguator/WSDisambiguatorMETest.java +++ b/opennlp-wsd/src/test/java/opennlp/tools/disambiguator/WSDisambiguatorMETest.java @@ -105,7 +105,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);
