From 3fb120a3b06e31af8d913812039ddf6dcaeef63f 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(+) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 33c6424..e3a895f 100644 --- a/php.spec +++ b/php.spec @@ -923,6 +923,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