From 56aa50c9b14ebf6f47396cb0ffd419d8123d98c2 Mon Sep 17 00:00:00 2001 From: v-dumas Date: Fri, 10 Jul 2026 15:53:37 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B09553=20-=20Skip=20test=20due=20to=20unex?= =?UTF-8?q?plained=20CI=20failure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../unitary-tests/setup/ModuleInstallerAPITest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/php-unit-tests/unitary-tests/setup/ModuleInstallerAPITest.php b/tests/php-unit-tests/unitary-tests/setup/ModuleInstallerAPITest.php index 7d825abdd0..f6780ffea5 100644 --- a/tests/php-unit-tests/unitary-tests/setup/ModuleInstallerAPITest.php +++ b/tests/php-unit-tests/unitary-tests/setup/ModuleInstallerAPITest.php @@ -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);