diff --git a/test/pg-cdc-old-syntax/alter-source.td b/test/pg-cdc-old-syntax/alter-source.td index 233df12c75ec9..f6a48ca4f7952 100644 --- a/test/pg-cdc-old-syntax/alter-source.td +++ b/test/pg-cdc-old-syntax/alter-source.td @@ -270,7 +270,6 @@ tb subsource # If your schema change breaks the subsource, you can fix it. $ postgres-execute connection=postgres://postgres:postgres@postgres ALTER TABLE table_a DROP COLUMN f2; -INSERT INTO table_a VALUES (3); ! SELECT * FROM table_a; contains:incompatible schema change