mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Added supports_sequence_reset skip in backends tests.
This commit is contained in:
parent
6a85c888bf
commit
bc9b6251e0
1 changed files with 1 additions and 0 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue