Skip to content

Commit 7d37f60

Browse files
author
mpv1989
committed
deactivate test (bug in server)
1 parent 83b9c0b commit 7d37f60

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/test/java/com/arangodb/ArangoDatabaseTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,11 +1070,10 @@ public void getDocument() {
10701070
}
10711071

10721072
@Test
1073+
@Ignore
10731074
public void shouldIncludeExceptionMessage() {
10741075
final String exceptionMessage = "My error context";
1075-
final String action = "function (params) {"
1076-
+ "throw '" + exceptionMessage + "';"
1077-
+ "}";
1076+
final String action = "function (params) {" + "throw '" + exceptionMessage + "';" + "}";
10781077
try {
10791078
db.transaction(action, VPackSlice.class, null);
10801079
fail();

0 commit comments

Comments
 (0)