Skip to content

Commit 896c0c5

Browse files
authored
fix(spanner): skip failing backup test (GoogleCloudPlatform#1184)
1 parent 43e91af commit 896c0c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spanner/test/spannerBackupTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ public function testCreateBackup()
9898
*/
9999
public function testListBackupOperations()
100100
{
101+
$this->markTestSkipped(
102+
"See: https://github.com/GoogleCloudPlatform/php-docs-samples/issues/1186"
103+
);
104+
101105
$databaseId2 = self::$databaseId . '-2';
102106
$database2 = self::$instance->database($databaseId2);
103107
// DB may already exist if the test timed out and retried

0 commit comments

Comments
 (0)