From 1eed179df8569d8051a8f6ddca0d65a4f5307b9f Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Wed, 26 Jul 2023 16:53:20 +0200 Subject: [PATCH] Replace xfail with skipif in calendar_clear_variation1.phpt Fixes GH-11128 --- ext/intl/tests/calendar_clear_variation1.phpt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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--