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 7a01ccf commit 3e66959Copy full SHA for 3e66959
src/test/java/com/arangodb/A.java
@@ -27,6 +27,7 @@
27
import java.util.concurrent.CompletableFuture;
28
import java.util.concurrent.ExecutionException;
29
30
+import org.junit.Ignore;
31
import org.junit.Test;
32
33
import com.arangodb.entity.BaseDocument;
@@ -65,6 +66,7 @@ public void addFailNum(final int i) {
65
66
private final int nameIdOffset = 5;
67
68
@Test
69
+ @Ignore
70
public void a() {
71
check("init", initArangoDB());
72
0 commit comments