diff --git a/tests/PhpOrient/RecordCommandsTest.php b/tests/PhpOrient/RecordCommandsTest.php index 6e4884d..04aad9f 100644 --- a/tests/PhpOrient/RecordCommandsTest.php +++ b/tests/PhpOrient/RecordCommandsTest.php @@ -22,6 +22,7 @@ public function testRecordLoad() { 'database' => static::$DATABASE ] ); + $this->skipTestByOrientDBVersion( [ "2.2.20", "2.2.19", "2.2.9" ] ); $rid = $this->client->command( "select min(@rid) from V;" ); $res = $this->client->execute( 'recordLoad', [