summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2016-05-21 13:18:22 -0400
committerSimon Charette <charette.s@gmail.com>2016-05-21 15:42:38 -0400
commit9fed4ec418a4e391a3af8790137ab147efaf17c2 (patch)
tree44fd211323ac396a9ee9158563d9ffdd23f36373
parent94486fb005e878d629595942679ba6d23401bc22 (diff)
Removed an obsolete comment about a fixed ticket.
-rw-r--r--tests/backends/tests.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/backends/tests.py b/tests/backends/tests.py
index 2cb5703e9d..4851995149 100644
--- a/tests/backends/tests.py
+++ b/tests/backends/tests.py
@@ -453,9 +453,6 @@ class ParameterHandlingTest(TestCase):
cursor.executemany(query, [(1,)])
-# Unfortunately, the following tests would be a good test to run on all
-# backends, but it breaks MySQL hard. Until #13711 is fixed, it can't be run
-# everywhere (although it would be an effective test of #13711).
class LongNameTest(TransactionTestCase):
"""Long primary keys and model names can result in a sequence name
that exceeds the database limits, which will result in truncation