You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: inception/inception-external-search-pubmed/src/test/java/de/tudarmstadt/ukp/inception/externalsearch/pubmed/PubMedProviderTest.java
+2
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@
25
25
importjava.util.List;
26
26
27
27
importorg.junit.jupiter.api.BeforeEach;
28
+
importorg.junit.jupiter.api.Disabled;
28
29
importorg.junit.jupiter.api.Tag;
29
30
importorg.junit.jupiter.api.Test;
30
31
importorg.junit.jupiter.api.extension.ExtendWith;
@@ -68,6 +69,7 @@ public void thatExecuteQueryWorks() throws Exception
68
69
assertThat(results).isNotEmpty();
69
70
}
70
71
72
+
@Disabled("See issue: Unable to access PMC BioC service #4556")
Copy file name to clipboardexpand all lines: inception/inception-external-search-pubmed/src/test/java/de/tudarmstadt/ukp/inception/externalsearch/pubmed/pmcoa/PmcOaClientTest.java
0 commit comments