disable hibernate-infinispan tests on master

This commit is contained in:
Steve Ebersole 2015-10-03 15:01:51 -05:00
parent 3ac508882c
commit 9633c0a6e5
1 changed files with 1 additions and 1 deletions

View File

@ -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 {