Skip to content

Commit

Permalink
logictest: add a skip_if_retry for new_schema_changer txn
Browse files Browse the repository at this point in the history
Epic: none

Fixes: #94884

Release note: None
  • Loading branch information
ajwerner committed Jan 17, 2023
1 parent 83232a4 commit c9c29ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/sql/logictest/testdata/logic_test/new_schema_changer
Original file line number Diff line number Diff line change
Expand Up @@ -1422,6 +1422,8 @@ INSERT INTO t VALUES (1), (2), (3)
statement ok
SET use_declarative_schema_changer = 'unsafe_always';

skip_on_retry

statement ok
BEGIN

Expand Down

0 comments on commit c9c29ad

Please sign in to comment.