Skip to content

Commit

Permalink
SHIBUI-1262 - disable ntity desc versioning tests as they are expenci…
Browse files Browse the repository at this point in the history
…ve and cuse OOM - for now
  • Loading branch information
dima767 committed Jun 7, 2019
1 parent 5e16afa commit a179f36
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import org.springframework.data.jpa.repository.config.EnableJpaRepositories
import org.springframework.test.annotation.DirtiesContext
import org.springframework.test.context.ContextConfiguration
import org.springframework.transaction.PlatformTransactionManager
import spock.lang.Ignore
import spock.lang.Specification

import javax.persistence.EntityManager
Expand All @@ -31,6 +32,7 @@ import static org.opensaml.saml.saml2.metadata.ContactPersonTypeEnumeration.OTHE
@ContextConfiguration(classes = [CoreShibUiConfiguration, InternationalizationConfiguration, TestConfiguration, SearchConfiguration])
@EnableJpaRepositories(basePackages = ["edu.internet2.tier.shibboleth.admin.ui"])
@EntityScan("edu.internet2.tier.shibboleth.admin.ui")
@Ignore
class EntityDescriptorEnversVersioningTests extends Specification {

@Autowired
Expand Down

0 comments on commit a179f36

Please sign in to comment.