Skip to content

Commit

Permalink
LRQA-48237 Temporarily ignore Autotagging tests
Browse files Browse the repository at this point in the history
  • Loading branch information
austinchiang authored and brianchandotcom committed Apr 12, 2019
1 parent 6d407ca commit 371a1da
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -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;
Expand All @@ -57,6 +58,7 @@ public void setUp() throws Exception {
_group = GroupTestUtil.addGroup();
}

@Ignore
@Test
public void testGetTagNamesWithTextFile() throws Exception {
String fileName = _FILE_NAME + ".txt";
Expand Down Expand Up @@ -89,6 +91,7 @@ public void testGetTagNamesWithTextFile() throws Exception {
});
}

@Ignore
@Test
public void testGetTagNamesWithTextFileAndDisabledConfiguration()
throws Exception {
Expand All @@ -109,6 +112,7 @@ public void testGetTagNamesWithTextFileAndDisabledConfiguration()
});
}

@Ignore
@Test
public void testGetTagNamesWithTextInNoEnglishLanguage() throws Exception {
String fileName = _FILE_NAME + ".txt";
Expand Down

0 comments on commit 371a1da

Please sign in to comment.