temp disable ITs

This commit is contained in:
Ben Bosman
2019-01-22 16:24:29 +01:00
parent f387ab18c0
commit a52b850080
4 changed files with 8 additions and 0 deletions

View File

@@ -32,9 +32,11 @@ import org.dspace.content.service.RelationshipTypeService;
import org.dspace.services.ConfigurationService;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
@Ignore
public class EntityTypeRestRepositoryIT extends AbstractControllerIntegrationTest {
@Autowired

View File

@@ -36,9 +36,11 @@ import org.dspace.content.service.RelationshipTypeService;
import org.dspace.services.ConfigurationService;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
@Ignore
public class RelationshipRestRepositoryIT extends AbstractControllerIntegrationTest {
@Autowired

View File

@@ -34,9 +34,11 @@ import org.dspace.services.ConfigurationService;
import org.h2.util.StringUtils;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
@Ignore
public class RelationshipTypeRestRepositoryIT extends AbstractControllerIntegrationTest {
@Autowired

View File

@@ -42,9 +42,11 @@ import org.dspace.services.ConfigurationService;
import org.hamcrest.Matchers;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
@Ignore
public class CsvImportIT extends AbstractControllerIntegrationTest {
@Autowired