summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/conn_attr_4.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/conn_attr_4.phpt')
-rw-r--r--ext/oci8/tests/conn_attr_4.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/oci8/tests/conn_attr_4.phpt b/ext/oci8/tests/conn_attr_4.phpt
index 2ef2673fd..9f55f5326 100644
--- a/ext/oci8/tests/conn_attr_4.phpt
+++ b/ext/oci8/tests/conn_attr_4.phpt
@@ -5,6 +5,7 @@ Set and get of connection attributes with errors.
require(dirname(__FILE__)."/connect.inc");
if (strcasecmp($user, "system") && strcasecmp($user, "sys")) die("skip needs to be run as a DBA user");
if ($test_drcp) die("skip output might vary with DRCP");
+if ($stress_test !== true) die ('skip Slow test not run when $stress_test is FALSE');
$sv = oci_server_version($c);
$sv = preg_match('/Release 1[012]\./', $sv, $matches);