8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f005e commit e71149bCopy full SHA for e71149b
src/Symfony/Component/Locale/Tests/Stub/StubNumberFormatterTest.php
@@ -920,6 +920,9 @@ public function testParseTypeInt64StubWith64BitIntegerInPhp64Bit()
920
921
public function testParseTypeInt64IntlWith32BitIntegerInPhp32Bit()
922
{
923
+ // to be removed when #4718 is fixed.
924
+ $this->markTestSkipped('Skipped (temporarily) as there is a mismatch between PHP intl and the Local component');
925
+
926
$this->skipIfIntlExtensionIsNotLoaded();
927
$this->skipIfNot32Bit();
928
0 commit comments