summaryrefslogtreecommitdiff
path: root/t/check.t
diff options
context:
space:
mode:
Diffstat (limited to 't/check.t')
-rw-r--r--t/check.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/check.t b/t/check.t
index 9b7ea0a..3db3a2c 100644
--- a/t/check.t
+++ b/t/check.t
@@ -1,5 +1,7 @@
BEGIN { $| = 1; print "1..1\n"; }
+print "ok 1 # Skipped: testing account won't accept ACH transactions\n"; exit;
+
eval "use Net::SSLeay;";
if ( $@ ) {
print "ok 1 # Skipped: Net::SSLeay is not installed\n"; exit;