Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 1e36a50

Browse files
committed
Ignore a bad tests from the tck
1 parent 6d2ca89 commit 1e36a50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

grails-datastore-gorm-hibernate5/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ dependencies {
6161
}
6262

6363
test {
64+
//TODO: Remove this once https://github.com/grails/grails-data-mapping/issues/1288 is fixed
65+
exclude '**/BuiltinUniqueConstraintWorksWithTargetProxiesConstraintsSpec.class'
6466
if (isTravisBuild) {
6567
maxParallelForks = 1
6668
forkEvery = 10

0 commit comments

Comments
 (0)