@@ -104,9 +104,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
104
104
"expressions.tests.FTimeDeltaTests.test_invalid_operator" ,
105
105
# 'Ref' object has no attribute 'as_mql'.
106
106
"expressions.tests.BasicExpressionsTests.test_aggregate_subquery_annotation" ,
107
- # AttributeError: pattern_ops
108
- "expressions.tests.BasicExpressionsTests.test_annotation_with_nested_outerref" ,
109
- "expressions.tests.BasicExpressionsTests.test_nested_outerref_with_function" ,
110
107
}
111
108
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
112
109
_django_test_expected_failures_bitwise = {
@@ -329,9 +326,11 @@ def django_test_expected_failures(self):
329
326
"annotations.tests.NonAggregateAnnotationTestCase.test_empty_queryset_annotation" ,
330
327
"db_functions.datetime.test_extract_trunc.DateFunctionTests.test_extract_outerref" ,
331
328
"db_functions.datetime.test_extract_trunc.DateFunctionTests.test_trunc_subquery_with_parameters" ,
329
+ "expressions.tests.BasicExpressionsTests.test_annotation_with_nested_outerref" ,
332
330
"expressions.tests.BasicExpressionsTests.test_annotation_with_outerref" ,
333
331
"expressions.tests.BasicExpressionsTests.test_annotations_within_subquery" ,
334
332
"expressions.tests.BasicExpressionsTests.test_in_subquery" ,
333
+ "expressions.tests.BasicExpressionsTests.test_nested_outerref_with_function" ,
335
334
"expressions.tests.BasicExpressionsTests.test_nested_subquery" ,
336
335
"expressions.tests.BasicExpressionsTests.test_nested_subquery_join_outer_ref" ,
337
336
"expressions.tests.BasicExpressionsTests.test_nested_subquery_outer_ref_2" ,
0 commit comments