Skip to content

Commit

Permalink
cmd/roachtest: add testLifecycle to hibernateIgnoreList
Browse files Browse the repository at this point in the history
Resolves cockroachdb#70482

Add `org.hibernate.userguide.pc.WhereTest.testLifecycle`
to `hibernateIgnoreList21_1`, `hibernateIgnoreList21_2`,
 and `hibernateIgnoreList22_1`.

Release note: None
Release justification: None
  • Loading branch information
ZhouXing19 authored and ericharmeling committed Oct 20, 2021
1 parent e907fa9 commit f0c25cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/cmd/roachtest/tests/hibernate_blocklist.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,6 @@ var hibernateIgnoreList22_1 = hibernateIgnoreList21_2

var hibernateIgnoreList21_2 = hibernateIgnoreList21_1

var hibernateIgnoreList21_1 = blocklist{}
var hibernateIgnoreList21_1 = blocklist{
"org.hibernate.userguide.pc.WhereTest.testLifecycle": "unknown",
}

0 comments on commit f0c25cd

Please sign in to comment.