@@ -165,7 +165,6 @@ def django_test_expected_failures(self):
165
165
"defer_regress.tests.DeferRegressionTest.test_basic" ,
166
166
"defer_regress.tests.DeferRegressionTest.test_common_model_different_mask" ,
167
167
"defer_regress.tests.DeferRegressionTest.test_defer_annotate_select_related" ,
168
- "defer_regress.tests.DeferRegressionTest.test_reverse_one_to_one_relations" ,
169
168
},
170
169
"MongoDB does not enforce UNIQUE constraints." : {
171
170
"auth_tests.test_basic.BasicTestCase.test_unicode_username" ,
@@ -218,6 +217,7 @@ def django_test_expected_failures(self):
218
217
"lookup.tests.LookupQueryingTests.test_combined_annotated_lookups_in_filter_false" ,
219
218
"lookup.tests.LookupQueryingTests.test_combined_lookups" ,
220
219
# Subquery not supported.
220
+ "annotations.tests.NonAggregateAnnotationTestCase.test_annotation_and_alias_filter_related_in_subquery" ,
221
221
"annotations.tests.NonAggregateAnnotationTestCase.test_empty_queryset_annotation" ,
222
222
"db_functions.comparison.test_coalesce.CoalesceTests.test_empty_queryset" ,
223
223
"db_functions.datetime.test_extract_trunc.DateFunctionTests.test_extract_outerref" ,
@@ -291,7 +291,6 @@ def django_test_expected_failures(self):
291
291
"Queries with multiple tables are not supported." : {
292
292
"annotations.tests.AliasTests.test_alias_default_alias_expression" ,
293
293
"annotations.tests.NonAggregateAnnotationTestCase.test_annotation_aggregate_with_m2o" ,
294
- "annotations.tests.NonAggregateAnnotationTestCase.test_annotation_and_alias_filter_related_in_subquery" ,
295
294
"annotations.tests.NonAggregateAnnotationTestCase.test_annotation_filter_with_subquery" ,
296
295
"annotations.tests.NonAggregateAnnotationTestCase.test_annotation_reverse_m2m" ,
297
296
"annotations.tests.NonAggregateAnnotationTestCase.test_mti_annotations" ,
0 commit comments