From 668306cae71d97d9c07ae171929aa64ef1c4d022 Mon Sep 17 00:00:00 2001 From: Alex Thiessen Date: Sun, 5 Apr 2020 21:27:46 +0200 Subject: [PATCH] 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. --- test/plugins/base.plugin.bats | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/plugins/base.plugin.bats b/test/plugins/base.plugin.bats index 3988831f..cca47497 100755 --- a/test/plugins/base.plugin.bats +++ b/test/plugins/base.plugin.bats @@ -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]' '?')