mirror of
https://github.com/Combodo/iTop.git
synced 2026-07-14 10:46:39 +02:00
N°9553 - Skip test due to unexplained CI failure
This commit is contained in:
@@ -348,6 +348,8 @@ SQL
|
||||
*/
|
||||
public function testLoadLocalizedData_LoadsWhenVersionCrossingIsTrue(): void
|
||||
{
|
||||
$this->markTestSkipped('Test skipped because failing in CI. Investigation required, cf Bug N°9787');
|
||||
|
||||
[$oConfig, $sPattern] = $this->GivenLocalizedDataTestContext('FR FR', 'data.sample.organizations.en_us.xml');
|
||||
|
||||
ModuleInstallerAPI::LoadLocalizedDataOnCrossingVersion($oConfig, '3.0.0', '3.2.0', '3.1.0', $sPattern);
|
||||
|
||||
Reference in New Issue
Block a user