summaryrefslogtreecommitdiff
path: root/t/binary-sasl.t
diff options
context:
space:
mode:
Diffstat (limited to 't/binary-sasl.t')
-rwxr-xr-xt/binary-sasl.t7
1 files changed, 6 insertions, 1 deletions
diff --git a/t/binary-sasl.t b/t/binary-sasl.t
index cc55044..69a05c2 100755
--- a/t/binary-sasl.t
+++ b/t/binary-sasl.t
@@ -12,7 +12,12 @@ my $supports_sasl = supports_sasl();
use Test::More;
if (supports_sasl()) {
- plan tests => 25;
+ if ($ENV{'RUN_SASL_TESTS'}) {
+ plan tests => 25;
+ } else {
+ plan skip_all => 'Skipping SASL tests';
+ exit 0;
+ }
} else {
plan tests => 1;
eval {