diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-06-11 15:00:24 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-06-11 15:00:24 +0200 |
commit | 1a0cd1faa09d676fabd49104a5e867ececd480bc (patch) | |
tree | 932daf71484121cb57324b17f734334026588b0f | |
parent | 741bdf24c163d560d3891215aedce79859abe8ce (diff) |
php-suhosin: ignore 1 more test (php 5.3)
-rw-r--r-- | php-suhosin.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php-suhosin.spec b/php-suhosin.spec index 9bcb597..011b43d 100644 --- a/php-suhosin.spec +++ b/php-suhosin.spec @@ -127,6 +127,7 @@ cd NTS # drop known to fail tests %if "%{php_version}" < "5.4" rm tests/misc/disable_display_errors_fail.phpt +rm tests/session/session_recursive_crash.phpt %endif %if "%{php_version}" < "5.5" rm tests/executor/function_blacklist_printf.phpt |