HHH-9173 - Temporarily disable the hibernate-osgi tests on master
This commit is contained in:
parent
bb91e1d3b8
commit
9a822a9ba2
|
@ -3,6 +3,11 @@ configurations {
|
|||
osgiRuntimeBnd
|
||||
}
|
||||
|
||||
// HHH-9173 - Temporarily disable hibernate-osgi tests
|
||||
test {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
testClientBundle
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue