diff --git a/tests/php-unit-tests/integration-tests/DictionariesConsistencyAfterSetupTest.php b/tests/php-unit-tests/integration-tests/DictionariesConsistencyAfterSetupTest.php index e5d89e6a0..bd07f9ea6 100644 --- a/tests/php-unit-tests/integration-tests/DictionariesConsistencyAfterSetupTest.php +++ b/tests/php-unit-tests/integration-tests/DictionariesConsistencyAfterSetupTest.php @@ -209,7 +209,6 @@ class DictionariesConsistencyAfterSetupTest extends ItopTestCase } public function testEveryEnglishEntryShouldHaveItsFrenchCounterpart() { - $this->markTestSkipped('Not mandatory at the moment'); $sReferenceLangCode = 'EN US'; $aReferenceLangDictEntries = $this->ReadDictKeys($sReferenceLangCode); @@ -221,8 +220,6 @@ class DictionariesConsistencyAfterSetupTest extends ItopTestCase } public function testEveryFrenchEntryShouldBeTranslated() { - $this->markTestSkipped('Not mandatory at the moment'); - $sFrenchLangCode = 'FR FR'; $aFrenchDictEntries = $this->ReadDictKeys($sFrenchLangCode);