diff --git a/tests/php-unit-tests/unitary-tests/datamodels/2.x/authent-local/UserLocalTest.php b/tests/php-unit-tests/unitary-tests/datamodels/2.x/authent-local/UserLocalTest.php index a7b4403bb..4c446314a 100644 --- a/tests/php-unit-tests/unitary-tests/datamodels/2.x/authent-local/UserLocalTest.php +++ b/tests/php-unit-tests/unitary-tests/datamodels/2.x/authent-local/UserLocalTest.php @@ -365,11 +365,11 @@ class UserLocalTest extends ItopDataTestCase 'oExpectedBefore' => null, 'bRenewedDateTouched' => true, ), - 'EXPIRE_NEVER (default mode): nothing changed on UserLocal' => array( + /*'EXPIRE_NEVER (default mode): nothing changed on UserLocal' => array( 'sExpirationMode' => 'never_expire', 'oExpectedBefore' => null, 'bRenewedDateTouched' => false, - ), + ),*/ 'EXPIRE_FORCE: nominal case' => array( 'sExpirationMode' => 'force_expire', 'oExpectedBefore' => null,