bzip2 doesn't exist in our image

This commit is contained in:
Trevor Cooper 2024-08-12 16:15:50 -07:00
parent 114bbe1277
commit 9ad5645a89
Signed by: tcooper
GPG Key ID: 52364D7BBCEB35B8

View File

@ -32,7 +32,6 @@ sub run {
assert_script_run "tar xvf tunirtests.tar.gz";
assert_script_run "sudo python3 -m unittest tunirtests.atomictests.TestAtomic01Status -v";
_soft_fail_run "tunirtests.nongatingtests.TunirNonGatingtests";
_soft_fail_run "tunirtests.nongatingtests.TunirNonGatingtestBzip2";
_soft_fail_run "tunirtests.nongatingtests.TunirNonGatingtestsCpio";
_soft_fail_run "tunirtests.nongatingtests.TunirNonGatingtestDiffutills";
_soft_fail_run "tunirtests.nongatingtests.TunirNonGatingtestaudit";