Mark test as XFAIL due to wrong assumptions

This commit is contained in:
Derick Rethans 2022-05-27 10:55:30 +01:00
parent 6418eba1cd
commit 8d6a828192

View File

@ -1,5 +1,7 @@
--TEST--
datefmt_format_code()
--XFAIL--
This test assumes wrong data wrt to PDT. It is also too big and needs splitting up.
--SKIPIF--
<?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?>
<?php if (version_compare(INTL_ICU_VERSION, '52.1') < 0) die('skip for ICU >= 52.1'); ?>