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 83b9c0b commit 7d37f60Copy full SHA for 7d37f60
src/test/java/com/arangodb/ArangoDatabaseTest.java
@@ -1070,11 +1070,10 @@ public void getDocument() {
1070
}
1071
1072
@Test
1073
+ @Ignore
1074
public void shouldIncludeExceptionMessage() {
1075
final String exceptionMessage = "My error context";
- final String action = "function (params) {"
1076
- + "throw '" + exceptionMessage + "';"
1077
- + "}";
+ final String action = "function (params) {" + "throw '" + exceptionMessage + "';" + "}";
1078
try {
1079
db.transaction(action, VPackSlice.class, null);
1080
fail();
0 commit comments