disable hibernate-infinispan tests on master
This commit is contained in:
parent
3ac508882c
commit
9633c0a6e5
|
@ -58,7 +58,7 @@ test {
|
||||||
// Use Infinispan's test JGroups stack that uses TEST_PING
|
// Use Infinispan's test JGroups stack that uses TEST_PING
|
||||||
systemProperties['hibernate.cache.infinispan.jgroups_cfg'] = '2lc-test-tcp.xml'
|
systemProperties['hibernate.cache.infinispan.jgroups_cfg'] = '2lc-test-tcp.xml'
|
||||||
// systemProperties['log4j.configuration'] = 'file:/log4j/log4j-infinispan.xml'
|
// systemProperties['log4j.configuration'] = 'file:/log4j/log4j-infinispan.xml'
|
||||||
enabled = true
|
enabled = false
|
||||||
// Without this I have trouble running specific test using --tests switch
|
// Without this I have trouble running specific test using --tests switch
|
||||||
doFirst {
|
doFirst {
|
||||||
filter.includePatterns.each {
|
filter.includePatterns.each {
|
||||||
|
|
Loading…
Reference in New Issue