Skip to content

Commit

Permalink
disabled tests (see issue #215 )
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-h committed Sep 18, 2023
1 parent 134154c commit 2d1fa03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
/**
* This test requires a working internet connection.
*/
@Disabled("Disabled because bwcloud is offline.")
class WebIsAlodSPARQLserviceTest {


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
import java.util.HashSet;

import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Disabled;

@Disabled("Disabled because bwcloud is offline.")
class WebIsAlodXLLinkerTest {


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Disabled;

@Disabled("Disabled because KGvec2go is currently offline.")
@Disabled("Disabled because bwcloud is offline.")
class KGvec2goClientTest {

@Test
Expand Down

0 comments on commit 2d1fa03

Please sign in to comment.