0
0
mirror of https://github.com/django/django.git synced 2024-11-21 19:09:18 +01:00

Added supports_sequence_reset skip in backends tests.

This commit is contained in:
Tim Graham 2024-08-23 17:48:33 -04:00 committed by nessita
parent 6a85c888bf
commit bc9b6251e0

View File

@ -225,6 +225,7 @@ class LongNameTest(TransactionTestCase):
connection.ops.execute_sql_flush(sql_list)
@skipUnlessDBFeature("supports_sequence_reset")
class SequenceResetTest(TestCase):
def test_generic_relation(self):
"Sequence names are correct when resetting generic relations (Ref #13941)"