Skip to content

Commit dadaece

Browse files
committed
Mark broken test on CI as such
1 parent 29cfa74 commit dadaece

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/runners.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,9 @@ end
443443
set -e
444444
make -j${nproc} -sC /usr/share/testsuite install
445445
"""
446-
@test run(ur, `/bin/bash -c "$(test_script)"`, iobuff; tee_stream=devnull)
446+
# This test fails on GitHub Actions:
447+
# <https://github.com/JuliaPackaging/BinaryBuilderBase.jl/issues/347>.
448+
@test run(ur, `/bin/bash -c "$(test_script)"`, iobuff) broken=get(ENV, "GITHUB_ACTIONS", "false")=="true"
447449
end
448450
end
449451
end

0 commit comments

Comments
 (0)