mirror of
https://github.com/django/django.git
synced 2025-02-08 08:26:13 +00:00
Added supports_sequence_reset skip in backends tests.
This commit is contained in:
parent
6a85c888bf
commit
bc9b6251e0
@ -225,6 +225,7 @@ class LongNameTest(TransactionTestCase):
|
|||||||
connection.ops.execute_sql_flush(sql_list)
|
connection.ops.execute_sql_flush(sql_list)
|
||||||
|
|
||||||
|
|
||||||
|
@skipUnlessDBFeature("supports_sequence_reset")
|
||||||
class SequenceResetTest(TestCase):
|
class SequenceResetTest(TestCase):
|
||||||
def test_generic_relation(self):
|
def test_generic_relation(self):
|
||||||
"Sequence names are correct when resetting generic relations (Ref #13941)"
|
"Sequence names are correct when resetting generic relations (Ref #13941)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user