Skip to content

Commit c881a31

Browse files
author
mpv1989
committed
disable user auth test
1 parent e74b985 commit c881a31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/com/arangodb/UserAuthTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
import java.util.Collection;
3434

3535
import org.junit.AfterClass;
36+
import org.junit.Ignore;
3637
import org.junit.Test;
3738
import org.junit.runner.RunWith;
3839
import org.junit.runners.Parameterized;
@@ -53,6 +54,7 @@
5354
*
5455
*/
5556
@RunWith(Parameterized.class)
57+
@Ignore
5658
public class UserAuthTest {
5759

5860
private static final String DB_NAME = "AuthUnitTestDB";

0 commit comments

Comments
 (0)