Skip to content

Commit 70973cc

Browse files
author
mpv1989
committed
Disable test (cause arangodb/arangodb#5303)
1 parent 1bcc2d6 commit 70973cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/com/arangodb/springframework/repository/query/derived/DerivedQueryCreatorTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import java.util.Locale;
1212
import java.util.Set;
1313

14+
import org.junit.Ignore;
1415
import org.junit.Test;
1516
import org.junit.runner.RunWith;
1617
import org.springframework.data.domain.Page;
@@ -621,6 +622,7 @@ public void referenceTest() {
621622
}
622623

623624
@Test
625+
@Ignore // https://github.com/arangodb/arangodb/issues/5303
624626
public void referenceGeospatialTest() {
625627
final List<Customer> toBeRetrieved = new LinkedList<>();
626628
final Customer customer1 = new Customer("", "", 0);

0 commit comments

Comments
 (0)