Skip to content

Commit 62272d9

Browse files
author
Achim Brandt
committed
added @ignore
1 parent da7349a commit 62272d9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/test/java/com/arangodb/BaseTest.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,17 @@
2222

2323
import org.junit.AfterClass;
2424
import org.junit.BeforeClass;
25+
import org.junit.Ignore;
2526
import org.junit.runner.RunWith;
2627
import org.junit.runners.Parameterized;
2728
import org.junit.runners.Parameterized.Parameters;
2829

29-
import com.arangodb.ArangoConfigure;
30-
import com.arangodb.ArangoDriver;
31-
import com.arangodb.ArangoException;
32-
3330
/**
3431
* @author tamtam180 - kirscheless at gmail.com
3532
*
3633
*/
3734
@RunWith(Parameterized.class)
35+
@Ignore
3836
public class BaseTest {
3937

4038
protected static ArangoConfigure configure;

0 commit comments

Comments
 (0)