Skip to content

Commit a7e5b7f

Browse files
committed
Skip flaky BulkManipulationTest test for CockroachDB
1 parent 139abfa commit a7e5b7f

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
@@ -727,6 +727,7 @@ public void testInsertWithAssignedCompositeId() {
727727

728728
@Test
729729
@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")
730+
@SkipForDialect( value = CockroachDialect.class, comment = "See https://hibernate.atlassian.net/browse/HHH-19332")
730731
public void testInsertWithSelectListUsingJoins() {
731732
// Make sure the env supports bulk inserts with generated ids...
732733
Assumptions.assumeTrue( supportsBulkInsertIdGeneration( Animal.class ), "bulk id generation not supported" );

0 commit comments

Comments
 (0)