Skip to content

Commit 627907a

Browse files
craig[bot]rafiss
andcommitted
Merge #150180
150180: roachtest: ignore testInsertWithManyToOne in hibernate test r=rafiss a=rafiss This test is skipped for CockroachDB upstream, so we do the same. fixes #149879 fixes #149880 fixes #149884 fixes #149881 fixes #149877 fixes #149885 fixes #149883 fixes #149878 Release note: None Co-authored-by: Rafi Shamim <[email protected]>
2 parents 5308aa7 + 27533c2 commit 627907a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cmd/roachtest/tests/hibernate_blocklist.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ var hibernateSpatialIgnoreList = blocklist{
2121
var hibernateIgnoreList = blocklist{
2222
"org.hibernate.orm.test.batch.BatchTest.testBatchInsertUpdate": "flaky",
2323
"org.hibernate.orm.test.bulkid.OracleInlineMutationStrategyIdTest.testDeleteFromEngineer": "flaky",
24+
"org.hibernate.orm.test.hql.BulkManipulationTest.testInsertWithManyToOne": "https://hibernate.atlassian.net/browse/HHH-19332",
2425
"org.hibernate.serialization.SessionFactorySerializationTest.testUnNamedSessionFactorySerialization": "flaky",
2526
"org.hibernate.serialization.SessionFactorySerializationTest.testNamedSessionFactorySerialization": "flaky",
2627
"org.hibernate.test.batch.BatchTest.testBatchInsertUpdate": "flaky",

0 commit comments

Comments
 (0)