Skip to content

Commit

Permalink
Failing test on purpose to check the HTML reports
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed May 30, 2018
1 parent c8eb169 commit 6296909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class EntityDescriptorFilesScheduledTasksTests extends Specification {
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
entityID="http://test.example.org/test1">
entityID="http://test.example.org/test1-FAILED">
<md:Organization>
<md:OrganizationName xml:lang="en">name</md:OrganizationName>
<md:OrganizationDisplayName xml:lang="en">display name</md:OrganizationDisplayName>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ hibernate.version=5.2.11.Final

lucene.version=7.2.1

org.gradle.jvmargs=-Xmx2g XX:-UseGCOverheadLimit
org.gradle.jvmargs=-Xmx4g XX:-UseGCOverheadLimit

0 comments on commit 6296909

Please sign in to comment.