Skip to content

Commit b69eb7e

Browse files
committed
Add fixed tests.
1 parent da373ba commit b69eb7e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

django_mongodb/features.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
7373
# Connection creation doesn't follow the usual Django API.
7474
"backends.tests.ThreadTests.test_pass_connection_between_threads",
7575
"backends.tests.ThreadTests.test_default_connection_thread_local",
76-
# Union as subquery is not mapping the parent parameter and collections:
77-
# https://github.com/mongodb-labs/django-mongodb/issues/156
78-
"queries.test_qs_combinators.QuerySetSetOperationTests.test_union_in_subquery_related_outerref",
79-
"queries.test_qs_combinators.QuerySetSetOperationTests.test_union_in_subquery",
80-
"queries.test_qs_combinators.QuerySetSetOperationTests.test_union_in_with_ordering",
8176
# ObjectId type mismatch in a subquery:
8277
# https://github.com/mongodb-labs/django-mongodb/issues/161
8378
"queries.tests.RelatedLookupTypeTests.test_values_queryset_lookup",

0 commit comments

Comments
 (0)