Skip to content

Commit 7a2b2d4

Browse files
committed
Remove wrong skipped test.
1 parent 6ab399c commit 7a2b2d4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

django_mongodb/features.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
162162
"lookup.tests.LookupQueryingTests.test_filter_exists_lhs",
163163
"lookup.tests.LookupTests.test_exact_exists",
164164
"lookup.tests.LookupTests.test_nested_outerref_lhs",
165-
# QuerySet.alias() doesn't work.
166-
"annotations.tests.AliasTests.test_basic_alias_f_transform_annotation",
167-
"annotations.tests.NonAggregateAnnotationTestCase.test_annotation_and_alias_filter_in_subquery",
168165
# annotate() with combined expressions doesn't work:
169166
# 'WhereNode' object has no attribute 'field'
170167
"lookup.tests.LookupQueryingTests.test_combined_annotated_lookups_in_filter",

0 commit comments

Comments
 (0)