From fb2134364e0647c71a1e8c271fe0573d2e4a3918 Mon Sep 17 00:00:00 2001 From: Ivan Povalyukhin Date: Tue, 21 Apr 2015 21:09:51 -0700 Subject: [PATCH] skip myip() function test - it is not determenistic, probably because of the network latency --- test/plugins/base.plugin.bats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/plugins/base.plugin.bats b/test/plugins/base.plugin.bats index 1d940984..2216040b 100755 --- a/test/plugins/base.plugin.bats +++ b/test/plugins/base.plugin.bats @@ -16,8 +16,8 @@ load ../../plugins/available/base.plugin } @test 'plugins base: myip()' { - if [[ ! $CI ]]; then - skip 'myip is slow - run only on CI' + if [[ ! $SLOW_TESTS ]]; then + skip 'myip is slow - run only with SLOW_TESTS=true' fi run myip