Skip to content

Commit 3128b24

Browse files
authored
test: unskip testListBackupOperations (GoogleCloudPlatform#1254)
1 parent c176244 commit 3128b24

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

spanner/test/spannerBackupTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ public function testCreateBackup()
9595
*/
9696
public function testListBackupOperations()
9797
{
98-
$this->markTestSkipped(
99-
"See: https://github.com/GoogleCloudPlatform/php-docs-samples/issues/1186"
100-
);
101-
10298
$databaseId2 = self::$databaseId . '-2';
10399
$database2 = self::$instance->database($databaseId2);
104100
// DB may already exist if the test timed out and retried

0 commit comments

Comments
 (0)