Skip to content

Commit 07dbb68

Browse files
committed
remove test_extract_year_exact_lookup from test skips
Fixed in b9bfcd8.
1 parent edb9ec9 commit 07dbb68

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

django_mongodb/features.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,6 @@ def django_test_expected_failures(self):
242242
"expressions_case.tests.CaseExpressionTests.test_order_by_conditional_implicit",
243243
"model_fields.test_jsonfield.TestQuerying.test_ordering_grouping_by_count",
244244
"ordering.tests.OrderingTests.test_order_by_constant_value",
245-
# annotate().filter().count() gives incorrect results.
246-
"db_functions.datetime.test_extract_trunc.DateFunctionTests.test_extract_year_exact_lookup",
247245
},
248246
"Exists is not supported on MongoDB.": {
249247
"annotations.tests.NonAggregateAnnotationTestCase.test_annotation_exists_none_query",

0 commit comments

Comments
 (0)