mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-09-04 14:12:21 +02:00
test(gcs): skip test using fake gcs server
Signed-off-by: Tao Li <tao.li@enterprisedb.com>
This commit is contained in:
parent
cc33f317a3
commit
320057339e
@ -198,15 +198,5 @@ var _ = Describe("Backup and restore", func() {
|
||||
"using in-tree for backup and the plugin for restore on Azure",
|
||||
&azureBackupPluginInTreeBackupPluginRestore{},
|
||||
),
|
||||
Entry("using the plugin for backup and restore on GCS",
|
||||
&gcsBackupPluginBackupPluginRestore{},
|
||||
),
|
||||
Entry("using the plugin for backup and in-tree for restore on GCS",
|
||||
&gcsBackupPluginBackupInTreeRestore{},
|
||||
),
|
||||
Entry(
|
||||
"using in-tree for backup and the plugin for restore on GCS",
|
||||
&gcsBackupPluginInTreeBackupPluginRestore{},
|
||||
),
|
||||
)
|
||||
})
|
||||
|
||||
@ -268,9 +268,5 @@ var _ = Describe("Replica cluster", func() {
|
||||
"with Azurite",
|
||||
azuriteReplicaClusterFactory{},
|
||||
),
|
||||
Entry(
|
||||
"with fake-gcs-server",
|
||||
gcsReplicaClusterFactory{},
|
||||
),
|
||||
)
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user