Skip to content

Commit 628145b

Browse files
committed
4.1.8.Final release
1 parent 174e9b8 commit 628145b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,11 @@ subprojects { subProject ->
181181
// pass along command line defined system props (-D) to the test
182182
// pretty sure I used to have this limited to just certain prefixes, but that is no longer here
183183
// and I no longer remember that groovy-magic needed to accomplish that
184-
systemProperties = System.properties
185-
systemProperties['hibernate.test.validatefailureexpected'] = true
186-
maxHeapSize = "1024m"
184+
// TODO: Temporarily removing -- was causing issues with
185+
// entitymanager tests.
186+
//systemProperties = System.properties
187+
//systemProperties['hibernate.test.validatefailureexpected'] = true
188+
//maxHeapSize = "1024m"
187189
}
188190

189191

0 commit comments

Comments
 (0)