N°6408 - CRUD fix tests

This commit is contained in:
Eric Espie
2023-06-27 11:52:23 +02:00
parent 86ca7fcb7a
commit befbe2dfa9
2 changed files with 2 additions and 4 deletions

View File

@@ -284,8 +284,6 @@ class CRUDEventTest extends ItopDataTestCase
*/
public function testInfiniteUpdateDoneLoop()
{
$this->markTestSkipped('TEST Skipped: Protection not working.');
$oPerson = $this->CreatePerson(1);
$this->assertIsObject($oPerson);