skip myip() function test - it is not determenistic, probably because of the network latency

pull/457/head
Ivan Povalyukhin 2015-04-21 21:09:51 -07:00
parent 8ea2b8e6ef
commit fb2134364e
1 changed files with 2 additions and 2 deletions

View File

@ -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