Skip to content

Commit 0a2664a

Browse files
maikhanhbuimShan0
andauthored
Add skipped tests to Django 4.2 (#268)
* skip django 4.2 failing tests * skip schema test * skip aggregate annotation pruning test --------- Co-authored-by: mShan0 <mark.shan19@gmail.com>
1 parent 3375f3a commit 0a2664a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

testapp/settings.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,17 @@
291291
'model_fields.test_jsonfield.TestQuerying.test_has_key_number',
292292

293293
# Django 4.2
294-
'get_or_create.tests.UpdateOrCreateTests.test_update_only_defaults_and_pre_save_fields_when_local_fields'
294+
'get_or_create.tests.UpdateOrCreateTests.test_update_only_defaults_and_pre_save_fields_when_local_fields',
295+
'aggregation.test_filter_argument.FilteredAggregateTests.test_filtered_aggregate_empty_condition',
296+
'aggregation.test_filter_argument.FilteredAggregateTests.test_filtered_aggregate_ref_multiple_subquery_annotation',
297+
'aggregation.test_filter_argument.FilteredAggregateTests.test_filtered_aggregate_ref_subquery_annotation',
298+
"aggregation.tests.AggregateAnnotationPruningTests.test_referenced_group_by_annotation_kept"
299+
'aggregation.tests.AggregateTestCase.test_group_by_nested_expression_with_params',
300+
'expressions.tests.BasicExpressionsTests.test_aggregate_subquery_annotation',
301+
'queries.test_qs_combinators.QuerySetSetOperationTests.test_union_order_with_null_first_last',
302+
'queries.test_qs_combinators.QuerySetSetOperationTests.test_union_with_select_related_and_order',
303+
'expressions_window.tests.WindowFunctionTests.test_limited_filter',
304+
'schema.tests.SchemaTests.test_remove_ignored_unique_constraint_not_create_fk_index',
295305
]
296306

297307
REGEX_TESTS = [

0 commit comments

Comments
 (0)