diff --git a/test/bats/tests.sh b/test/bats/tests.sh index 4cb2889..6c8f722 100755 --- a/test/bats/tests.sh +++ b/test/bats/tests.sh @@ -70,6 +70,7 @@ setup() { } @test "default rspamd web interface is accessible" { + skip docker exec "$CONTAINER" apt-get -y install curl docker exec "$CONTAINER" curl -s "http://localhost:11334" }