Index: /branches/release-39/t/44-spider.t
===================================================================
--- /branches/release-39/t/44-spider.t (revision 1098)
+++ /branches/release-39/t/44-spider.t (revision 2533)
@@ -4,5 +4,13 @@
 
 use lib 't/lib', 'extlib', 'lib', '../lib', '../extlib';
-use Test::More tests => 4;
+use Test::More;
+
+BEGIN {
+    plan $ENV{MT_TEST_SPIDER}
+        ? (tests => 4)
+        : (skip_all => 'Enable spider test with MT_TEST_SPIDER environment variable')
+        ;
+}
+
 use LWP::UserAgent::Local;
 use URI;
