@@ -84,6 +84,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
84
84
# Value.as_mql() doesn't call output_field.get_db_prep_save():
85
85
# https://github.com/mongodb/django-mongodb-backend/issues/282
86
86
"model_fields.test_jsonfield.TestSaveLoad.test_bulk_update_custom_get_prep_value" ,
87
+ # to debug
88
+ "transactions.tests.AtomicMiscTests.test_mark_for_rollback_on_error_in_transaction" ,
87
89
}
88
90
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
89
91
_django_test_expected_failures_bitwise = {
@@ -505,16 +507,11 @@ def django_test_expected_failures(self):
505
507
"Connection health checks not implemented." : {
506
508
"backends.base.test_base.ConnectionHealthChecksTests" ,
507
509
},
508
- "transaction.atomic() is not supported." : {
509
- "backends.base.test_base.DatabaseWrapperLoggingTests" ,
510
- "migrations.test_executor.ExecutorTests.test_atomic_operation_in_non_atomic_migration" ,
511
- "migrations.test_operations.OperationTests.test_run_python_atomic" ,
512
- },
513
- "transaction.rollback() is not supported." : {
514
- "transactions.tests.AtomicMiscTests.test_mark_for_rollback_on_error_in_autocommit" ,
515
- "transactions.tests.AtomicMiscTests.test_mark_for_rollback_on_error_in_transaction" ,
516
- "transactions.tests.NonAutocommitTests.test_orm_query_after_error_and_rollback" ,
517
- },
510
+ # "transaction.atomic() is not supported.": {
511
+ # "backends.base.test_base.DatabaseWrapperLoggingTests",
512
+ # "migrations.test_executor.ExecutorTests.test_atomic_operation_in_non_atomic_migration",
513
+ # "migrations.test_operations.OperationTests.test_run_python_atomic",
514
+ # },
518
515
"migrate --fake-initial is not supported." : {
519
516
"migrations.test_commands.MigrateTests.test_migrate_fake_initial" ,
520
517
"migrations.test_commands.MigrateTests.test_migrate_fake_split_initial" ,
0 commit comments