skip myip() function test - it is not determenistic, probably because of the network latency
parent
8ea2b8e6ef
commit
fb2134364e
|
|
@ -16,8 +16,8 @@ load ../../plugins/available/base.plugin
|
||||||
}
|
}
|
||||||
|
|
||||||
@test 'plugins base: myip()' {
|
@test 'plugins base: myip()' {
|
||||||
if [[ ! $CI ]]; then
|
if [[ ! $SLOW_TESTS ]]; then
|
||||||
skip 'myip is slow - run only on CI'
|
skip 'myip is slow - run only with SLOW_TESTS=true'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
run myip
|
run myip
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue