skip myip() function test - it is not determenistic, probably because of the network latency
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user