summaryrefslogtreecommitdiff
path: root/tests/backends
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2026-02-09 20:28:05 -0500
committerJacob Walls <jacobtylerwalls@gmail.com>2026-02-10 16:06:49 -0500
commitef46215fdecb755c0b77c47fdb8fec670abb5e8b (patch)
tree22e756cd7b23ff5a1ad7bda04bf8145f02c1cebe /tests/backends
parentd007fcf7291cc3c24d4545e23c759bde22b6a8a6 (diff)
Added various missing test skips observed on MongoDB.
Diffstat (limited to 'tests/backends')
-rw-r--r--tests/backends/base/test_base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/backends/base/test_base.py b/tests/backends/base/test_base.py
index 120584e7fc..2d19840851 100644
--- a/tests/backends/base/test_base.py
+++ b/tests/backends/base/test_base.py
@@ -93,6 +93,7 @@ class DatabaseWrapperTests(SimpleTestCase):
self.assertEqual(gc.garbage, [])
+@skipUnlessDBFeature("supports_transactions")
class DatabaseWrapperLoggingTests(TransactionTestCase):
available_apps = ["backends"]