We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901bc83 commit 239d2a0Copy full SHA for 239d2a0
django_cockroachdb/features.py
@@ -313,5 +313,9 @@ def django_test_skips(self):
313
# greater than datetime.timedelta(microseconds=500000)
314
'get_or_create.tests.UpdateOrCreateTransactionTests.test_updates_in_transaction',
315
},
316
+ # https://www.cockroachlabs.com/docs/stable/transaction-retry-error-reference.html#abort_reason_client_reject
317
+ 'Often fails with SerializationFailure: restart transaction: TransactionRetryWithProtoRefreshError': {
318
+ 'admin_views.test_multidb.ViewOnSiteTests.test_contenttype_in_separate_db',
319
+ },
320
})
321
return skips
0 commit comments