btrfs-progs: ci: remove old travis workarounds

Some tests have been skipped due to travis.org CI environment but we're
not using it anymore.

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2023-04-13 22:14:20 +02:00
parent 36c136edd8
commit 0005022d3d
2 changed files with 0 additions and 18 deletions

View file

@ -12,11 +12,6 @@
source "$TEST_TOP/common"
# Travis environment is not reliable for this test
if [ -n "$TRAVIS_BRANCH" ]; then
_not_run "test unreliable in Travis, skipped"
fi
check_prereq mkfs.btrfs
check_prereq btrfs

View file

@ -39,19 +39,6 @@ do_test -n 16k -m single -d dup
do_test -n 16k -m dup -d single
do_test -n 16k -m dup -d dup
# Temporary: disable the following tests as they fail inside travis but run
# fine otherwise. This is probably caused by kernel version, 4.4 fails and 4.14
# is ok.
#
# root_helper mount -t btrfs -o loop /home/travis/build/kdave/btrfs-progs/tests/test.img /home/travis/build/kdave/btrfs-progs/tests/mnt
# mount: No space left on device
# failed: root_helper mount -t btrfs -o loop /home/travis/build/kdave/btrfs-progs/tests/test.img /home/travis/build/kdave/btrfs-progs/tests/mnt
# test failed for case 010-minimal-size
#
if [ "$TRAVIS" = true ]; then
exit 0
fi
do_test -n 32k -m single -d single
do_test -n 32k -m single -d dup
do_test -n 32k -m dup -d single