diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-07-11 18:56:38 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-07-11 18:57:56 +0200 |
commit | c9a4b849bdeb19e26cf393540b00825915e215fa (patch) | |
tree | 9eaccb6d4e97e9a10707f2e654ad452f96ca21ef /dev-util | |
parent | app-containers/lxd: update subslot to "stable" (diff) | |
download | gentoo-c9a4b849bdeb19e26cf393540b00825915e215fa.tar.gz gentoo-c9a4b849bdeb19e26cf393540b00825915e215fa.tar.bz2 gentoo-c9a4b849bdeb19e26cf393540b00825915e215fa.zip |
dev-util/aruba: drop test making assumptions about env
Drop a test that assumes a physical block size of the underlying storage
layer, which we cannot guarantee.
Closes: https://bugs.gentoo.org/935294
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/aruba/aruba-2.2.0.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-util/aruba/aruba-2.2.0.ebuild b/dev-util/aruba/aruba-2.2.0.ebuild index 1f2bfcac1771..d0f67f56aa1b 100644 --- a/dev-util/aruba/aruba-2.2.0.ebuild +++ b/dev-util/aruba/aruba-2.2.0.ebuild @@ -60,6 +60,10 @@ all_ruby_prepare() { # Avoid feature that requires aruba to be installed already rm -r features/03_testing_frameworks/cucumber/disable_bundler.feature || die + + # Avoid feature that makes assumptions about physical block size + # that we cannot guarantee, bug #935294 + rm -f features/04_aruba_api/filesystem/report_disk_usage.feature || die } each_ruby_test() { |