diff --git a/pkg/sql/logictest/testdata/logic_test/sequences b/pkg/sql/logictest/testdata/logic_test/sequences index f9754e6b2b23..3f03b7878908 100644 --- a/pkg/sql/logictest/testdata/logic_test/sequences +++ b/pkg/sql/logictest/testdata/logic_test/sequences @@ -2085,6 +2085,10 @@ CREATE SEQUENCE seqas_error subtest sequence_in_transaction +# We're using explicit transactions, so we might hit retries. + +skip_on_retry + # create a sequence and nextval in the same transaction statement ok BEGIN