Skip to content

Commit 247b124

Browse files
committed
skip demanding test for aura
1 parent 8f7862e commit 247b124

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
@@ -81,6 +81,10 @@ public function testRunALotOfStatements(): void
8181
$this->markTestSkipped('HTTP mass queries overload tiny neo4j instances');
8282
}
8383

84+
if (str_contains($_ENV['CONNECTION'] ?? '', 'databases.neo4j.io')) {
85+
$this->markTestSkipped('We assume neo4j aura shuts down connections that are too demanding');
86+
}
87+
8488
$persons = $this->getSession()->run('MATCH (p:Person) RETURN p');
8589
$movies = $this->getSession()->run('MATCH (m:Movie) RETURN m');
8690

0 commit comments

Comments
 (0)