Skip to content

Commit 719829f

Browse files
authored
Mark broken test as passing (#391)
The issue we were having before on GitHub-hosted Actions runners appears to have been fixed.
1 parent b77c32e commit 719829f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/runners.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -545,10 +545,7 @@ end
545545
set -e
546546
make -j${nproc} -sC /usr/share/testsuite install
547547
"""
548-
# This test fails on GitHub Actions with non-squashfs on UserNS runners:
549-
# <https://github.com/JuliaPackaging/BinaryBuilderBase.jl/issues/347>.
550-
is_broken = get(ENV, "GITHUB_ACTIONS", "false")=="true" && !(BinaryBuilderBase.use_squashfs[]) && BinaryBuilderBase.preferred_runner() == BinaryBuilderBase.UserNSRunner
551-
@test run(ur, `/bin/bash -c "$(test_script)"`, iobuff) broken=is_broken
548+
@test run(ur, `/bin/bash -c "$(test_script)"`, iobuff)
552549
end
553550
end
554551
end

0 commit comments

Comments
 (0)