Skip to content

Commit 49ce278

Browse files
committed
don't stress out our poor http endpoint :'(
1 parent ed066d2 commit 49ce278

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Integration/EdgeCasesTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ public function testComplex(): void
7777

7878
public function testRunALotOfStatements(): void
7979
{
80+
if (str_starts_with($_ENV['CONNECTION'], 'http')) {
81+
$this->markTestSkipped('HTTP mass queries overload tiny neo4j instances');
82+
}
83+
8084
$persons = $this->getSession()->run('MATCH (p:Person) RETURN p');
8185
$movies = $this->getSession()->run('MATCH (m:Movie) RETURN m');
8286

0 commit comments

Comments
 (0)