We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d436e1 commit 4983150Copy full SHA for 4983150
src/test/java/com/arangodb/ArangoDatabaseTest.java
@@ -1062,11 +1062,10 @@ public void getDocument() {
1062
}
1063
1064
@Test
1065
+ @Ignore
1066
public void shouldIncludeExceptionMessage() {
1067
final String exceptionMessage = "My error context";
- final String action = "function (params) {"
1068
- + "throw '" + exceptionMessage + "';"
1069
- + "}";
+ final String action = "function (params) {" + "throw '" + exceptionMessage + "';" + "}";
1070
try {
1071
db.transaction(action, VPackSlice.class, null);
1072
fail();
0 commit comments