@@ -148,6 +148,10 @@ def django_test_expected_failures(self):
148148 "model_fields.test_uuid.TestQuerying.test_istartswith" ,
149149 "model_fields.test_uuid.TestQuerying.test_startswith" ,
150150 },
151+ "QuerySet.prefetch_related() is not supported on MongoDB." : {
152+ "m2m_through_regress.test_multitable.MultiTableTests.test_m2m_prefetch_proxied" ,
153+ "m2m_through_regress.test_multitable.MultiTableTests.test_m2m_prefetch_reverse_proxied" ,
154+ },
151155 "QuerySet.update() with expression not supported." : {
152156 "annotations.tests.AliasTests.test_update_with_alias" ,
153157 "annotations.tests.NonAggregateAnnotationTestCase.test_update_with_annotation" ,
@@ -214,6 +218,7 @@ def django_test_expected_failures(self):
214218 "bulk_create.tests.BulkCreateTests.test_bulk_insert_nullable_fields" ,
215219 "lookup.tests.LookupTests.test_filter_by_reverse_related_field_transform" ,
216220 "lookup.tests.LookupTests.test_in_ignore_none_with_unhashable_items" ,
221+ "m2m_through_regress.tests.ThroughLoadDataTestCase.test_sequence_creation" ,
217222 "model_fields.test_autofield.AutoFieldTests" ,
218223 "model_fields.test_autofield.BigAutoFieldTests" ,
219224 "model_fields.test_autofield.SmallAutoFieldTests" ,
0 commit comments