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 44f6148 commit 17e3911Copy full SHA for 17e3911
django_cockroachdb/features.py
@@ -186,8 +186,6 @@ def django_test_expected_failures(self):
186
'aggregation.tests.AggregateTestCase.test_aggregation_default_expression',
187
# ProgrammingError: VALUES types int and float cannot be matched
188
'field_defaults.tests.DefaultTests.test_bulk_create_mixed_db_defaults_function',
189
- # CockroachDB returns incorrect order?
190
- "aggregation.tests.AggregateTestCase.test_distinct_on_stringagg",
191
})
192
if not self.is_cockroachdb_24_3:
193
expected_failures.update({
0 commit comments