plugin-barman-cloud/test
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
..
e2e fix(e2e): use runtime Skip for GCS tests instead of removing them 2026-09-02 11:05:27 +02:00