Skip to content

Commit bd4936c

Browse files
committed
re-enable failing tests
1 parent fac1d03 commit bd4936c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/test/java/com/arangodb/ArangoSearchTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
import java.util.concurrent.ExecutionException;
3030

3131
import org.junit.BeforeClass;
32-
import org.junit.Ignore;
3332
import org.junit.Test;
3433

3534
import com.arangodb.entity.ServerRole;
@@ -48,7 +47,7 @@
4847
* @author Mark Vollmary
4948
*
5049
*/
51-
@Ignore // TODO: enable this test-suite as soon as arangosearch is fixed
50+
5251
public class ArangoSearchTest extends BaseTest {
5352

5453
private static final String VIEW_NAME = "view_test";

src/test/java/com/arangodb/ArangoViewTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
import java.util.concurrent.ExecutionException;
2929

3030
import org.junit.BeforeClass;
31-
import org.junit.Ignore;
3231
import org.junit.Test;
3332

3433
import com.arangodb.entity.ServerRole;
@@ -39,7 +38,7 @@
3938
* @author Mark Vollmary
4039
*
4140
*/
42-
@Ignore // TODO: enable this test-suite as soon as arangosearch is fixed
41+
4342
public class ArangoViewTest extends BaseTest {
4443

4544
private static final String VIEW_NAME = "view_test";

0 commit comments

Comments
 (0)