Skip to content

Commit 15a2680

Browse files
committed
Disable integration test with Bean Validator
1 parent 10f3f07 commit 15a2680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ include 'release'
9999
include 'bytecode-enhancements-it'
100100
include 'verticle-postgres-it'
101101
include 'techempower-postgres-it'
102-
include 'hibernate-validator-postgres-it'
102+
//include 'hibernate-validator-postgres-it'
103103

104104
// Examples
105105
for ( project in rootProject.children ) {

0 commit comments

Comments
 (0)