@@ -69,9 +69,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
69
69
"expressions.tests.FTimeDeltaTests.test_invalid_operator" ,
70
70
# 'Ref' object has no attribute 'as_mql'.
71
71
"expressions.tests.BasicExpressionsTests.test_aggregate_subquery_annotation" ,
72
- # AttributeError: pattern_ops
73
- "expressions.tests.BasicExpressionsTests.test_annotation_with_nested_outerref" ,
74
- "expressions.tests.BasicExpressionsTests.test_nested_outerref_with_function" ,
75
72
}
76
73
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
77
74
_django_test_expected_failures_bitwise = {
@@ -290,9 +287,11 @@ def django_test_expected_failures(self):
290
287
"annotations.tests.NonAggregateAnnotationTestCase.test_empty_queryset_annotation" ,
291
288
"db_functions.datetime.test_extract_trunc.DateFunctionTests.test_extract_outerref" ,
292
289
"db_functions.datetime.test_extract_trunc.DateFunctionTests.test_trunc_subquery_with_parameters" ,
290
+ "expressions.tests.BasicExpressionsTests.test_annotation_with_nested_outerref" ,
293
291
"expressions.tests.BasicExpressionsTests.test_annotation_with_outerref" ,
294
292
"expressions.tests.BasicExpressionsTests.test_annotations_within_subquery" ,
295
293
"expressions.tests.BasicExpressionsTests.test_in_subquery" ,
294
+ "expressions.tests.BasicExpressionsTests.test_nested_outerref_with_function" ,
296
295
"expressions.tests.BasicExpressionsTests.test_nested_subquery" ,
297
296
"expressions.tests.BasicExpressionsTests.test_nested_subquery_join_outer_ref" ,
298
297
"expressions.tests.BasicExpressionsTests.test_nested_subquery_outer_ref_2" ,
0 commit comments