Skip to content

Commit da6f9be

Browse files
committed
skip unreliable metalink test
1 parent 1096144 commit da6f9be

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

test/src/691-metalink/main

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,9 @@ cvmfs_run_test() {
173173
# It's not a vital check so comment it out.
174174
#echo "*** Try reading second internal file, should fail"
175175
#! cat ${repo_dir}/internal/file2 || return 53
176-
177-
echo "*** Switch to next host and try again"
176+
#
177+
#echo "*** Switch to next host and try again"
178+
echo "*** Switch to next host to read next file"
178179
sudo cvmfs_talk -p $test_pipe host switch || return 54
179180
cat ${repo_dir}/internal/file2 || return 55
180181
[ "$(attr -qg host $cvmfs_mnt)" = "$internal_http_base2" ] || return 56
@@ -183,10 +184,13 @@ cvmfs_run_test() {
183184
cat ${repo_dir}/external/file1 || return 61
184185
[ "$(attr -qg external_host $cvmfs_mnt)" = "$external_http_base1" ] || return 62
185186

186-
echo "*** Try reading second external file, should fail"
187-
! cat ${repo_dir}/external/file2 || return 63
188-
189-
echo "*** Switch to next host and try again"
187+
# This one usually works but sometimes failed on Fedora 40
188+
# so comment it out too.
189+
#echo "*** Try reading second external file, should fail"
190+
#! cat ${repo_dir}/external/file2 || return 63
191+
#
192+
#echo "*** Switch to next host and try again"
193+
echo "*** Switch to next external host to read next file"
190194
sudo cvmfs_talk -p $test_pipe external host switch || return 64
191195
cat ${repo_dir}/external/file2 || return 65
192196
[ "$(attr -qg external_host $cvmfs_mnt)" = "$external_http_base2" ] || return 66

0 commit comments

Comments
 (0)