Skip to content

Commit 17e3911

Browse files
committed
June 25
1 parent 44f6148 commit 17e3911

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

django_cockroachdb/features.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,6 @@ def django_test_expected_failures(self):
186186
'aggregation.tests.AggregateTestCase.test_aggregation_default_expression',
187187
# ProgrammingError: VALUES types int and float cannot be matched
188188
'field_defaults.tests.DefaultTests.test_bulk_create_mixed_db_defaults_function',
189-
# CockroachDB returns incorrect order?
190-
"aggregation.tests.AggregateTestCase.test_distinct_on_stringagg",
191189
})
192190
if not self.is_cockroachdb_24_3:
193191
expected_failures.update({

0 commit comments

Comments
 (0)