HHH-9173 - Temporarily disable the hibernate-osgi tests on master

This commit is contained in:
Steve Ebersole 2014-05-08 11:54:30 -05:00
parent bb91e1d3b8
commit 9a822a9ba2
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@ configurations {
osgiRuntimeBnd
}
// HHH-9173 - Temporarily disable hibernate-osgi tests
test {
enabled = false
}
sourceSets {
testClientBundle
}