#42042, a backport to release-v2.1 was failing on TC due to Example ORM tests. Debugging that I noticed that our TC setup does not use a pinned revision of example-orms when running the test suite (it simply picks up whatever is on master). This means that any and every change pushed out to https://github.com/cockroachdb/examples-orms is what gets used for all future TC runs against all branches (including all the way back to release-v2.1). This is probably not what we want (#42042 (comment)).
Jira issue: CRDB-5389