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 43e91af commit 896c0c5Copy full SHA for 896c0c5
spanner/test/spannerBackupTest.php
@@ -98,6 +98,10 @@ public function testCreateBackup()
98
*/
99
public function testListBackupOperations()
100
{
101
+ $this->markTestSkipped(
102
+ "See: https://github.com/GoogleCloudPlatform/php-docs-samples/issues/1186"
103
+ );
104
+
105
$databaseId2 = self::$databaseId . '-2';
106
$database2 = self::$instance->database($databaseId2);
107
// DB may already exist if the test timed out and retried
0 commit comments