summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--t/01_basic.t7
1 files changed, 6 insertions, 1 deletions
diff --git a/t/01_basic.t b/t/01_basic.t
index f3f3dda..a17f425 100644
--- a/t/01_basic.t
+++ b/t/01_basic.t
@@ -4,7 +4,12 @@ use Test::More;
use Net::Riak;
use YAML::Syck;
-
+BEGIN {
+ unless ($ENV{RELEASE_TESTING}) {
+ require Test::More;
+ Test::More::plan(skip_all => 'these tests are for release candidate testing');
+ }
+}
my $host = 'http://localhost:8098';
my $bucket_name = 'test4';