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 2929import java .util .concurrent .ExecutionException ;
3030
3131import org .junit .BeforeClass ;
32+ import org .junit .Ignore ;
3233import org .junit .Test ;
3334
3435import com .arangodb .entity .ServerRole ;
4748 * @author Mark Vollmary
4849 *
4950 */
51+ @ Ignore // TODO: enable this test-suite as soon as arangosearch is fixed
5052public class ArangoSearchTest extends BaseTest {
5153
5254 private static final String VIEW_NAME = "view_test" ;
Original file line number Diff line number Diff line change 2828import java .util .concurrent .ExecutionException ;
2929
3030import org .junit .BeforeClass ;
31+ import org .junit .Ignore ;
3132import org .junit .Test ;
3233
3334import com .arangodb .entity .ServerRole ;
3839 * @author Mark Vollmary
3940 *
4041 */
42+ @ Ignore // TODO: enable this test-suite as soon as arangosearch is fixed
4143public class ArangoViewTest extends BaseTest {
4244
4345 private static final String VIEW_NAME = "view_test" ;
You can’t perform that action at this time.
0 commit comments