File tree 1 file changed +10
-0
lines changed
tests/Integration/Factory
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ final class FirestoreTest extends IntegrationTestCase
21
21
#[Test]
22
22
public function itUsesTheDefaultDatabaseByDefault (): void
23
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
+ // @phpstan-ignore-next-line
24
29
$ collection = __FUNCTION__ ;
25
30
$ documentName = __FUNCTION__ .self ::randomString ();
26
31
@@ -40,6 +45,11 @@ public function itUsesTheDefaultDatabaseByDefault(): void
40
45
#[Test]
41
46
public function testItCannotConnectToAnUnknownDatabase (): void
42
47
{
48
+ // @see https://github.com/grpc/grpc/issues/38184
49
+ // @see https://github.com/googleapis/gax-php/issues/584
50
+ // @see https://www.php.net/manual/en/info.configuration.php#ini.zend.reserved-stack-size
51
+ $ this ->markTestSkipped ('Skipped because of an infinite recursion with certain PHP/gRPC versions. ' );
52
+ // @phpstan-ignore-next-line
43
53
$ name = self ::randomString ();
44
54
45
55
$ database = self ::$ factory ->createFirestore ($ name )->database ();
You can’t perform that action at this time.
0 commit comments