@@ -84,6 +84,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
8484 # Value.as_mql() doesn't call output_field.get_db_prep_save():
8585 # https://github.com/mongodb/django-mongodb-backend/issues/282
8686 "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" ,
8789 }
8890 # $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
8991 _django_test_expected_failures_bitwise = {
@@ -505,16 +507,11 @@ def django_test_expected_failures(self):
505507 "Connection health checks not implemented." : {
506508 "backends.base.test_base.ConnectionHealthChecksTests" ,
507509 },
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+ # },
518515 "migrate --fake-initial is not supported." : {
519516 "migrations.test_commands.MigrateTests.test_migrate_fake_initial" ,
520517 "migrations.test_commands.MigrateTests.test_migrate_fake_split_initial" ,
0 commit comments