diff --git a/modules/apps/journal/journal-asset-auto-tagger-opennlp-test/src/testIntegration/java/com/liferay/journal/asset/auto/tagger/opennlp/test/OpenNLPDocumentAssetAutoTagProviderTest.java b/modules/apps/journal/journal-asset-auto-tagger-opennlp-test/src/testIntegration/java/com/liferay/journal/asset/auto/tagger/opennlp/test/OpenNLPDocumentAssetAutoTagProviderTest.java index 1b07bcb7a30644..8aacd2667a29c3 100644 --- a/modules/apps/journal/journal-asset-auto-tagger-opennlp-test/src/testIntegration/java/com/liferay/journal/asset/auto/tagger/opennlp/test/OpenNLPDocumentAssetAutoTagProviderTest.java +++ b/modules/apps/journal/journal-asset-auto-tagger-opennlp-test/src/testIntegration/java/com/liferay/journal/asset/auto/tagger/opennlp/test/OpenNLPDocumentAssetAutoTagProviderTest.java @@ -37,6 +37,7 @@ import org.junit.Assert; import org.junit.Before; import org.junit.ClassRule; +import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; @@ -57,6 +58,7 @@ public void setUp() throws Exception { _group = GroupTestUtil.addGroup(); } + @Ignore @Test public void testGetTagNamesWithTextFile() throws Exception { String fileName = _FILE_NAME + ".txt"; @@ -89,6 +91,7 @@ public void testGetTagNamesWithTextFile() throws Exception { }); } + @Ignore @Test public void testGetTagNamesWithTextFileAndDisabledConfiguration() throws Exception { @@ -109,6 +112,7 @@ public void testGetTagNamesWithTextFileAndDisabledConfiguration() }); } + @Ignore @Test public void testGetTagNamesWithTextInNoEnglishLanguage() throws Exception { String fileName = _FILE_NAME + ".txt";