mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-08 04:08:19 +00:00
HHH-7490 temporarily disabled envers tests
This commit is contained in:
parent
51d09c53cb
commit
40f1ce6777
@ -6,6 +6,11 @@ configurations {
|
||||
}
|
||||
}
|
||||
|
||||
// HHH-7490 - Temporarily disable tests
|
||||
test {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile( project( ':hibernate-core' ) )
|
||||
compile( project( ':hibernate-entitymanager' ) )
|
||||
|
Loading…
x
Reference in New Issue
Block a user