We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174e9b8 commit 628145bCopy full SHA for 628145b
build.gradle
@@ -181,9 +181,11 @@ subprojects { subProject ->
181
// pass along command line defined system props (-D) to the test
182
// pretty sure I used to have this limited to just certain prefixes, but that is no longer here
183
// 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"
+ // TODO: Temporarily removing -- was causing issues with
+ // entitymanager tests.
+ //systemProperties = System.properties
187
+ //systemProperties['hibernate.test.validatefailureexpected'] = true
188
+ //maxHeapSize = "1024m"
189
}
190
191
0 commit comments