Skip to content

Commit f3894f8

Browse files
committed
cleanup
1 parent 243eaf4 commit f3894f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ public void testComplexDistanceQuery()
7171
@Test
7272
@Disabled // JTS is required
7373
public void testIntersectionQuery() throws RepositoryException, MalformedQueryException, QueryEvaluationException {
74-
// delegateTest.testIntersectionQuery();
75-
// disabled, needs JTS
74+
delegateTest.testIntersectionQuery();
7675
}
7776

7877
@Test
78+
@Disabled // JTS is required
7979
public void testComplexIntersectionQuery()
8080
throws RepositoryException, MalformedQueryException, QueryEvaluationException {
8181
delegateTest.testComplexIntersectionQuery();

0 commit comments

Comments
 (0)