File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/test/java/com/arangodb Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 29
29
import java .util .concurrent .ExecutionException ;
30
30
31
31
import org .junit .BeforeClass ;
32
+ import org .junit .Ignore ;
32
33
import org .junit .Test ;
33
34
34
35
import com .arangodb .entity .ServerRole ;
47
48
* @author Mark Vollmary
48
49
*
49
50
*/
51
+ @ Ignore // TODO: enable this test-suite as soon as arangosearch is fixed
50
52
public class ArangoSearchTest extends BaseTest {
51
53
52
54
private static final String VIEW_NAME = "view_test" ;
Original file line number Diff line number Diff line change 28
28
import java .util .concurrent .ExecutionException ;
29
29
30
30
import org .junit .BeforeClass ;
31
+ import org .junit .Ignore ;
31
32
import org .junit .Test ;
32
33
33
34
import com .arangodb .entity .ServerRole ;
38
39
* @author Mark Vollmary
39
40
*
40
41
*/
42
+ @ Ignore // TODO: enable this test-suite as soon as arangosearch is fixed
41
43
public class ArangoViewTest extends BaseTest {
42
44
43
45
private static final String VIEW_NAME = "view_test" ;
You canβt perform that action at this time.
0 commit comments