From: Brian Aker Date: Mon, 22 Oct 2012 02:46:12 +0000 (-0400) Subject: Cycle tests should not be run on CI X-Git-Tag: 1.0.14~21^2~3 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=2608d4a139fd2983af36231c8d60e416c489f47f;p=m6w6%2Flibmemcached Cycle tests should not be run on CI --- diff --git a/tests/cycle.cc b/tests/cycle.cc index cfaccb7e..2ec42463 100644 --- a/tests/cycle.cc +++ b/tests/cycle.cc @@ -120,6 +120,12 @@ collection_st collection[] ={ static void *world_create(server_startup_st& servers, test_return_t& error) { + if (jenkins_is_caller()) + { + error= TEST_SKIPPED; + return NULL; + } + if (libtest::has_memcached() == false) { error= TEST_SKIPPED;