Skip to content

Commit ac054a7

Browse files
committed
Revert expected failure test marked as a success test.
1 parent 8b51b5b commit ac054a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

django_mongodb/features.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
7777
# QuerySet.extra(where=...) should raise NotSupportedError instead of:
7878
# 'ExtraWhere' object has no attribute 'as_mql'.
7979
"many_to_one.tests.ManyToOneTests.test_selects",
80+
# Incorrect JOIN with GenericRelation gives incorrect results.
81+
"generic_relations_regress.tests.GenericRelationTests.test_annotate",
8082
# subclasses of BaseDatabaseWrapper may require an is_usable() method
8183
"backends.tests.BackendTestCase.test_is_usable_after_database_disconnects",
8284
# Connection creation doesn't follow the usual Django API.

0 commit comments

Comments
 (0)