diff --git a/ext/intl/tests/calendar_clear_variation1.phpt b/ext/intl/tests/calendar_clear_variation1.phpt index 55f23cc446f66..75f026d0521cb 100644 --- a/ext/intl/tests/calendar_clear_variation1.phpt +++ b/ext/intl/tests/calendar_clear_variation1.phpt @@ -4,9 +4,12 @@ IntlCalendar::clear() 1 arg variation date.timezone=Atlantic/Azores --EXTENSIONS-- intl ---XFAIL-- -May currently fail with ICU 73. -See https://github.com/php/php-src/issues/11128 +--SKIPIF-- += 0 && version_compare(INTL_ICU_VERSION, '74.1') < 0) { + die('skip Broken for ICU >= 73.1 and < 74.1, see https://github.com/php/php-src/issues/11128'); +} +?> --FILE--