From dd56de8d1e15e1f950fb8c9d9e89aa623679c251 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Tue, 22 Oct 2002 14:19:02 +0000 Subject: [PATCH] Disable PEAR tests. These tests have too many dependcies such as pre-installed PEAR, needing to run as root user, most tests will fail if PEAR install directory is not inside include_path and so on. --- pear/Console/tests/001-getopt.phpt | 2 ++ pear/tests/pear1.phpt | 1 + pear/tests/pear_config.phpt | 2 ++ pear/tests/pear_error.phpt | 1 + pear/tests/pear_error2.phpt | 1 + pear/tests/pear_error3.phpt | 2 ++ pear/tests/pear_error4.phpt | 2 ++ pear/tests/pear_registry.phpt | 2 ++ pear/tests/pear_system.phpt | 1 + 9 files changed, 14 insertions(+) diff --git a/pear/Console/tests/001-getopt.phpt b/pear/Console/tests/001-getopt.phpt index 440a8834c9..3985dc9beb 100644 --- a/pear/Console/tests/001-getopt.phpt +++ b/pear/Console/tests/001-getopt.phpt @@ -1,5 +1,7 @@ --TEST-- Console_Getopt +--SKIPIF-- +skip --FILE--