plugin-barman-cloud/test/e2e
Marco Nenciarini db6b1818c5
fix(e2e): use runtime Skip for GCS tests instead of removing them
Deleting the GCS Entry() calls dropped e2e coverage permanently and
left the GCS factory types and fakegcsserver.go referenced nowhere.
Ginkgo's --fail-on-pending forbids Pending/XEntry, but a runtime
Skip() inside the shared spec body avoids that check while keeping
the factories wired up, making it easier to notice and re-enable the
tests once EnterpriseDB/barman#1218 is fixed.

Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
2026-09-02 11:05:27 +02:00
..
internal fix(e2e): use runtime Skip for GCS tests instead of removing them 2026-09-02 11:05:27 +02:00
kustomize test(e2e): environment setup (#43) 2024-11-14 09:44:18 +01:00
e2e_suite_test.go test(e2e): cover parallel WAL restore via the plugin (#978) 2026-07-09 11:26:08 +02:00