Skip to content

Commit

Permalink
Added supports_sequence_reset skip in backends tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham authored and nessita committed Aug 26, 2024
1 parent 6a85c88 commit bc9b625
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/backends/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ def test_sequence_name_length_limits_flush(self):
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)"
Expand Down

0 comments on commit bc9b625

Please sign in to comment.