@@ -40,6 +40,10 @@ my %smgr_skip = (
4040 ' pg_restore fail to restore _pg_tde schema on cluster which already has it' ,
4141 ' src/bin/pg_upgrade/t/006_transfer_modes.pl' =>
4242 ' pg_restore fail to restore _pg_tde schema on cluster which already has it' ,
43+ ' src/bin/pg_upgrade/t/007_multixact_conversion.pl' =>
44+ ' pg_restore fail to restore _pg_tde schema on cluster which already has it' ,
45+ ' src/bin/pg_upgrade/t/008_extension_control_path.pl' =>
46+ ' pg_restore fail to restore _pg_tde schema on cluster which already has it' ,
4347 ' src/bin/scripts/t/020_createdb.pl' =>
4448 ' tries to use FILE_COPY strategy for database creation with encrypted objects in the template' ,
4549 ' src/test/recovery/t/016_min_consistency.pl' =>
@@ -63,8 +67,12 @@ my %wal_skip = (
6367 ' copies WAL directly to archive without using archive_command' ,
6468 ' src/bin/pg_rewind/t/011_wal_copy.pl' =>
6569 ' debug output changed due to us re-encrypting WAL' ,
70+ ' src/bin/pg_verifybackup/t/008_untar.pl' =>
71+ ' pg_basebackup without -E from server with encrypted WAL produces broken backups' ,
6672 ' src/bin/pg_verifybackup/t/009_extract.pl' =>
6773 ' pg_basebackup without -E from server with encrypted WAL produces broken backups' ,
74+ ' src/bin/pg_verifybackup/t/010_client_untar.pl' =>
75+ ' pg_basebackup without -E from server with encrypted WAL produces broken backups' ,
6876 ' src/bin/pg_waldump/t/001_basic.pl' =>
6977 ' pg_waldump needs extra options for encrypted WAL' ,
7078 ' src/bin/pg_waldump/t/002_save_fullpage.pl' =>
0 commit comments