Merge pull request #1546 from rico-chet/run-myip-test

Run `myip` test
pull/1545/head
Nils Winkler 2020-04-08 13:06:55 +02:00 committed by GitHub
commit 9ef0b33641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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]' '?')