summaryrefslogtreecommitdiff
path: root/tests/backends/mysql/test_features.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/backends/mysql/test_features.py')
-rw-r--r--tests/backends/mysql/test_features.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/backends/mysql/test_features.py b/tests/backends/mysql/test_features.py
index ec5bd442fb..88e267f048 100644
--- a/tests/backends/mysql/test_features.py
+++ b/tests/backends/mysql/test_features.py
@@ -11,6 +11,7 @@ class TestFeatures(TestCase):
"""
All storage engines except MyISAM support transactions.
"""
+ del connection.features.supports_transactions
with mock.patch(
"django.db.connection.features._mysql_storage_engine", "InnoDB"
):