Skip to content

Commit 8ab363f

Browse files
committed
Skip flaky BulkManipulationTest test for CockroachDB
1 parent e2572fa commit 8ab363f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hibernate-core/src/test/java/org/hibernate/orm/test/hql/BulkManipulationTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ public void testSimpleNativeSQLInsert() {
466466

467467
@Test
468468
@RequiresDialectFeature( value = DialectChecks.SupportsTemporaryTableIdentity.class, comment = "The use of the native generator leads to using identity which also needs to be supported on temporary tables")
469+
@SkipForDialect( value = CockroachDialect.class, comment = "See https://hibernate.atlassian.net/browse/HHH-19332")
469470
public void testInsertWithManyToOne() {
470471
// Make sure the env supports bulk inserts with generated ids...
471472
Assumptions.assumeTrue( supportsBulkInsertIdGeneration( Animal.class ), "bulk id generation not supported" );

0 commit comments

Comments
 (0)