test/plugins/base: Run `myip` test

Test of `myip` was skipped, allegedly for it being slow. It's fast for
me (~400 ms), so enable it unconditionally.
pull/1546/head
Alex Thiessen 2020-04-05 21:27:46 +02:00
parent 7a83c56d3a
commit 668306cae7
No known key found for this signature in database
GPG Key ID: 6C90AE2B18A1CF5B
1 changed files with 0 additions and 4 deletions

View File

@ -16,10 +16,6 @@ load ../../plugins/available/base.plugin
}
@test 'plugins base: myip()' {
if [[ ! $SLOW_TESTS ]]; then
skip 'myip is slow - run only with SLOW_TESTS=true'
fi
run myip
assert_success
declare -r mask_ip=$(echo $output | tr -s '[0-9]' '?')