Skip to content

Commit

Permalink
skip flaky test: test_contenttype_in_separate_db
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Aug 31, 2024
1 parent 901bc83 commit 239d2a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions django_cockroachdb/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,5 +313,9 @@ def django_test_skips(self):
# greater than datetime.timedelta(microseconds=500000)
'get_or_create.tests.UpdateOrCreateTransactionTests.test_updates_in_transaction',
},
# https://www.cockroachlabs.com/docs/stable/transaction-retry-error-reference.html#abort_reason_client_reject
'Often fails with SerializationFailure: restart transaction: TransactionRetryWithProtoRefreshError': {
'admin_views.test_multidb.ViewOnSiteTests.test_contenttype_in_separate_db',
},
})
return skips

0 comments on commit 239d2a0

Please sign in to comment.