Skip to content

Commit ffafc6d

Browse files
committed
Skip test in mongodb environment
1 parent 83eaa22 commit ffafc6d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Functional/NestedPatchTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ public static function getResources(): array {
2121

2222
public function testIssue6225(): void
2323
{
24+
if ($this->isMongoDB()) {
25+
$this->markTestSkipped();
26+
}
27+
2428
$this->recreateSchema(self::getResources());
2529

2630
$response = self::createClient()->request('POST', '/foo6225s', [

0 commit comments

Comments
 (0)