Skip to content

Commit e71149b

Browse files
committed
[Locale] skipped a test until symfony#4718 is fixed (refs symfony#4718)
1 parent b9f005e commit e71149b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Component/Locale/Tests/Stub/StubNumberFormatterTest.php

+3
Original file line numberDiff line numberDiff line change
@@ -920,6 +920,9 @@ public function testParseTypeInt64StubWith64BitIntegerInPhp64Bit()
920920

921921
public function testParseTypeInt64IntlWith32BitIntegerInPhp32Bit()
922922
{
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+
923926
$this->skipIfIntlExtensionIsNotLoaded();
924927
$this->skipIfNot32Bit();
925928

0 commit comments

Comments
 (0)