File tree 1 file changed +5
-0
lines changed
src/Symfony/Component/Form/Tests/Extension/Core/Type 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 14
14
use Symfony \Component \Form \ChoiceList \View \ChoiceView ;
15
15
use Symfony \Component \Form \FormError ;
16
16
use Symfony \Component \Form \FormInterface ;
17
+ use Symfony \Component \Intl \Intl ;
17
18
use Symfony \Component \Intl \Util \IntlTestHelper ;
18
19
use Symfony \Component \OptionsResolver \Exception \InvalidOptionsException ;
19
20
@@ -90,6 +91,10 @@ public function testSubmitFromSingleTextDateTime()
90
91
// we test against "de_DE", so we need the full implementation
91
92
IntlTestHelper::requireFullIntl ($ this , false );
92
93
94
+ if (Intl::getIcuVersion () === '71.1 ' ) {
95
+ $ this ->markTestSkipped ('Skipping test due to a bug in ICU 71.1. ' );
96
+ }
97
+
93
98
\Locale::setDefault ('de_DE ' );
94
99
95
100
$ form = $ this ->factory ->create (static ::TESTED_TYPE , null , [
You can’t perform that action at this time.
0 commit comments