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 da7349a commit 62272d9Copy full SHA for 62272d9
src/test/java/com/arangodb/BaseTest.java
@@ -22,19 +22,17 @@
22
23
import org.junit.AfterClass;
24
import org.junit.BeforeClass;
25
+import org.junit.Ignore;
26
import org.junit.runner.RunWith;
27
import org.junit.runners.Parameterized;
28
import org.junit.runners.Parameterized.Parameters;
29
-import com.arangodb.ArangoConfigure;
30
-import com.arangodb.ArangoDriver;
31
-import com.arangodb.ArangoException;
32
-
33
/**
34
* @author tamtam180 - kirscheless at gmail.com
35
*
36
*/
37
@RunWith(Parameterized.class)
+@Ignore
38
public class BaseTest {
39
40
protected static ArangoConfigure configure;
0 commit comments