HHH-17460 - Ongoing JPA 32 work

remove last test filter
This commit is contained in:
Steve Ebersole 2024-03-28 15:11:58 -05:00
parent edf09afd8c
commit 707c4f59d7
1 changed files with 0 additions and 5 deletions

View File

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