Skip to content

Commit

Permalink
tests optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Jun 7, 2019
1 parent 3ab91cd commit 23d5799
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +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")
@DirtiesContext(classMode = DirtiesContext.ClassMode.AFTER_CLASS)
//@DirtiesContext(classMode = DirtiesContext.ClassMode.AFTER_CLASS)
//@Ignore
class EntityDescriptorEnversVersioningTests extends Specification {

Expand Down

0 comments on commit 23d5799

Please sign in to comment.