Skip to content

Commit 72ee5a7

Browse files
committed
#4556 - Unable to access PMC BioC service
- Disable tests that try to obtain BioC from PMC since the service seems to be broken
1 parent 8fdb621 commit 72ee5a7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

inception/inception-external-search-pubmed/src/test/java/de/tudarmstadt/ukp/inception/externalsearch/pubmed/PubMedProviderTest.java

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
import java.util.List;
2626

2727
import org.junit.jupiter.api.BeforeEach;
28+
import org.junit.jupiter.api.Disabled;
2829
import org.junit.jupiter.api.Tag;
2930
import org.junit.jupiter.api.Test;
3031
import org.junit.jupiter.api.extension.ExtendWith;
@@ -68,6 +69,7 @@ public void thatExecuteQueryWorks() throws Exception
6869
assertThat(results).isNotEmpty();
6970
}
7071

72+
@Disabled("See issue: Unable to access PMC BioC service #4556")
7173
@Test
7274
public void thatGetDocumentTextWorks() throws Exception
7375
{

inception/inception-external-search-pubmed/src/test/java/de/tudarmstadt/ukp/inception/externalsearch/pubmed/pmcoa/PmcOaClientTest.java

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
import static org.assertj.core.api.Assertions.assertThat;
2222

2323
import org.junit.jupiter.api.BeforeEach;
24+
import org.junit.jupiter.api.Disabled;
2425
import org.junit.jupiter.api.Tag;
2526
import org.junit.jupiter.api.Test;
2627

@@ -39,6 +40,7 @@ public void setup() throws InterruptedException
3940
sut = new PmcOaClient();
4041
}
4142

43+
@Disabled("See issue: Unable to access PMC BioC service #4556")
4244
@Test
4345
public void thatBiocWorks() throws Exception
4446
{

0 commit comments

Comments
 (0)