plugin-barman-cloud/test
Marco Nenciarini d38c707eb4
fix(e2e): add skipApiVersionCheck flag to Azurite emulator
The PostgreSQL container images install Python dependencies without
pinning versions. When azure-storage-blob 12.28.0 was released on
January 6, 2026, it introduced API version 2026-02-06 which Azurite
3.35.0 doesn't support yet.

Adding the --skipApiVersionCheck flag allows Azurite to accept any API
version, which is appropriate for test environments and prevents failures
when Azure SDK libraries are updated.

Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
2026-01-12 17:51:22 +01:00
..
e2e fix(e2e): add skipApiVersionCheck flag to Azurite emulator 2026-01-12 17:51:22 +01:00