We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f79ec42 commit 43aca12Copy full SHA for 43aca12
system-test/spanner.ts
@@ -3603,17 +3603,11 @@ describe('Spanner', () => {
3603
};
3604
3605
it('GOOGLE_STANDARD_SQL should not be able to restore to an existing database', async () => {
3606
- await restoreExistingDatabaseFail(
3607
- restoreDatabase,
3608
- googleSqlBackup1
3609
- );
+ await restoreExistingDatabaseFail(restoreDatabase, googleSqlBackup1);
3610
});
3611
3612
it.skip('POSTGRESQL should not be able to restore to an existing database', async () => {
3613
3614
3615
- postgreSqlBackup1
3616
+ await restoreExistingDatabaseFail(restoreDatabase, postgreSqlBackup1);
3617
3618
3619
const updateBackupExpiry = async backup1 => {
0 commit comments