Skip to content

Commit

Permalink
tests: disable wget test in sysutils/wget.exp
Browse files Browse the repository at this point in the history
It is taking longer than the 30s timeout:

    runner@fv-az246-621:~/work/firejail/firejail/test/sysutils$
    <ysutils$ firejail --ignore=quiet wget -q debian.org
    Reading profile /etc/firejail/wget.profile
    [...]
    firejail version 0.9.73

    Parent pid 4704, child pid 4706
    1 program installed in 3.80 ms
    [...]
    Child process initialized in 115.54 ms
    TESTING ERROR 2

[1] https://github.com/kmk3/firejail/actions/runs/6005119423/job/16287436840
  • Loading branch information
kmk3 committed Aug 28, 2023
1 parent 0881bb5 commit 3cf5565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sysutils/sysutils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ fi

if command -v wget
then
echo "TESTING: wget"
./wget.exp
echo "TESTING: FIXME: wget"
#./wget.exp # FIXME: Broken in CI
else
echo "TESTING SKIP: wget not found"
fi
Expand Down

0 comments on commit 3cf5565

Please sign in to comment.