N°9553 - Skip test due to unexplained CI failure

This commit is contained in:
v-dumas
2026-07-10 15:53:37 +02:00
parent eacb7f3401
commit 56aa50c9b1

View File

@@ -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);