We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c176244 commit 3128b24Copy full SHA for 3128b24
spanner/test/spannerBackupTest.php
@@ -95,10 +95,6 @@ public function testCreateBackup()
95
*/
96
public function testListBackupOperations()
97
{
98
- $this->markTestSkipped(
99
- "See: https://github.com/GoogleCloudPlatform/php-docs-samples/issues/1186"
100
- );
101
-
102
$databaseId2 = self::$databaseId . '-2';
103
$database2 = self::$instance->database($databaseId2);
104
// DB may already exist if the test timed out and retried
0 commit comments