Skip to content

Commit c54f2f3

Browse files
committed
no need to skip this
1 parent b5b7768 commit c54f2f3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/Console/SessionsCommandTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ protected function createSessions(Connection $connection, int $amount): array
4242

4343
public function test_no_args(): void
4444
{
45-
if (getenv('SPANNER_EMULATOR_HOST')) {
46-
$this->markTestSkipped('Cannot list sessions on emulator');
47-
}
48-
4945
foreach (['main', 'alternative'] as $name) {
5046
$conn = $this->getConnection($name);
5147
assert($conn instanceof Connection);

0 commit comments

Comments
 (0)