Skip to content

Commit 6833178

Browse files
committed
Disable test failing due gRPC issues with recent PHP versions
1 parent 3d14230 commit 6833178

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/Integration/Factory/FirestoreTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ final class FirestoreTest extends IntegrationTestCase
2121
#[Test]
2222
public function itUsesTheDefaultDatabaseByDefault(): void
2323
{
24+
// @see https://github.com/grpc/grpc/issues/38184
25+
// @see https://github.com/googleapis/gax-php/issues/584
26+
// @see https://www.php.net/manual/en/info.configuration.php#ini.zend.reserved-stack-size
27+
$this->markTestSkipped('Skipped because of an infinite recursion with certain PHP/gRPC versions.');
28+
2429
$collection = __FUNCTION__;
2530
$documentName = __FUNCTION__.self::randomString();
2631

0 commit comments

Comments
 (0)