From b78aa5bb4c4a993b10171814c58ea84f9a8f0c63 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 17 Apr 2015 16:17:21 +0200 Subject: ignore 2 tests broken by our systzdata patch --- php.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php.spec b/php.spec index c9a79a3..c53b624 100644 --- a/php.spec +++ b/php.spec @@ -899,6 +899,8 @@ mkdir \ # ----- Manage known as failed test ------- # affected by systzdata patch rm ext/date/tests/timezone_location_get.phpt +rm ext/date/tests/timezone_version_get.phpt +rm ext/date/tests/timezone_version_get_basic1.phpt # fails sometime rm ext/sockets/tests/mcast_ipv?_recv.phpt # cause stack exhausion -- cgit