parent
edf09afd8c
commit
707c4f59d7
|
@ -250,11 +250,6 @@ tasks.withType( Test.class ).each { test ->
|
|||
// Parallel test runs when running with in-memory databases
|
||||
test.maxParallelForks = Runtime.runtime.availableProcessors().intdiv( 2 ) ?: 1
|
||||
}
|
||||
|
||||
test.filter {
|
||||
// todo (7.0) : we should go back to these tests
|
||||
excludeTestsMatching 'GenericMapAssociationTest'
|
||||
}
|
||||
}
|
||||
|
||||
// Tests with records
|
||||
|
|
Loading…
Reference in New Issue