Skip to content

Commit 3ab8523

Browse files
committed
GH-5498 initial test container commit
1 parent 34627cb commit 3ab8523

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

compliance/elasticsearch/src/test/java/org/eclipse/rdf4j/sail/elasticsearch/ElasticsearchSailGeoSPARQLTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,12 @@ public void testComplexDistanceQuery()
6969
}
7070

7171
@Test
72-
@Disabled // JTS is required
7372
public void testIntersectionQuery() throws RepositoryException, MalformedQueryException, QueryEvaluationException {
74-
delegateTest.testIntersectionQuery();
73+
// delegateTest.testIntersectionQuery();
74+
// disabled, needs JTS
7575
}
7676

7777
@Test
78-
@Disabled // JTS is required
7978
public void testComplexIntersectionQuery()
8079
throws RepositoryException, MalformedQueryException, QueryEvaluationException {
8180
delegateTest.testComplexIntersectionQuery();

0 commit comments

Comments
 (0)