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 3d14230 commit 6833178Copy full SHA for 6833178
1 file changed
tests/Integration/Factory/FirestoreTest.php
@@ -21,6 +21,11 @@ final class FirestoreTest extends IntegrationTestCase
21
#[Test]
22
public function itUsesTheDefaultDatabaseByDefault(): void
23
{
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
+
29
$collection = __FUNCTION__;
30
$documentName = __FUNCTION__.self::randomString();
31
0 commit comments