Skip to content

Commit

Permalink
skip backup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NivedhaSenthil committed Dec 22, 2021
1 parent 3a23aa9 commit 2d20f76
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions spanner/spec/spanner_samples_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1549,7 +1549,7 @@ def restore_database_from_backup
expect(@test_backup).not_to be nil
end

example "create backup with encryptio key" do
xexample "create backup with encryptio key" do
cleanup_backup_resources
database = create_database_with_data

Expand Down Expand Up @@ -1578,7 +1578,7 @@ def restore_database_from_backup
expect(@test_backup).not_to be nil
end

example "restore backup" do
xexample "restore backup" do
backup = create_backup_with_data
database = @instance.database @database_id

Expand All @@ -1600,7 +1600,7 @@ def restore_database_from_backup
expect(@test_database).not_to be nil
end

example "restore database with encryption key" do
xexample "restore database with encryption key" do
backup = create_backup_with_data
database = @instance.database @database_id
kms_key_name = "projects/#{@project_id}/locations/us-west1/keyRings/spanner-test-keyring1/cryptoKeys/spanner-test-cmek"
Expand Down Expand Up @@ -1662,7 +1662,7 @@ def restore_database_from_backup
expect(@test_backup).not_to be nil
end

example "list database operations" do
xexample "list database operations" do
database = restore_database_from_backup

capture do
Expand Down Expand Up @@ -1721,7 +1721,7 @@ def restore_database_from_backup
expect(@test_backup).not_to be nil
end

example "delete backup" do
xexample "delete backup" do
backup = create_backup_with_data

capture do
Expand All @@ -1738,7 +1738,7 @@ def restore_database_from_backup
expect(@test_backup).to be nil
end

example "update backup" do
xexample "update backup" do
backup = create_backup_with_data

capture do
Expand Down

0 comments on commit 2d20f76

Please sign in to comment.