Skip to content

Commit 4983150

Browse files
author
mpv1989
committed
deactivate test (bug in server)
1 parent 6d436e1 commit 4983150

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
@@ -1062,11 +1062,10 @@ public void getDocument() {
10621062
}
10631063

10641064
@Test
1065+
@Ignore
10651066
public void shouldIncludeExceptionMessage() {
10661067
final String exceptionMessage = "My error context";
1067-
final String action = "function (params) {"
1068-
+ "throw '" + exceptionMessage + "';"
1069-
+ "}";
1068+
final String action = "function (params) {" + "throw '" + exceptionMessage + "';" + "}";
10701069
try {
10711070
db.transaction(action, VPackSlice.class, null);
10721071
fail();

0 commit comments

Comments
 (0)