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 ed066d2 commit 49ce278Copy full SHA for 49ce278
tests/Integration/EdgeCasesTest.php
@@ -77,6 +77,10 @@ public function testComplex(): void
77
78
public function testRunALotOfStatements(): void
79
{
80
+ if (str_starts_with($_ENV['CONNECTION'], 'http')) {
81
+ $this->markTestSkipped('HTTP mass queries overload tiny neo4j instances');
82
+ }
83
+
84
$persons = $this->getSession()->run('MATCH (p:Person) RETURN p');
85
$movies = $this->getSession()->run('MATCH (m:Movie) RETURN m');
86
0 commit comments