Skip to content

Commit e810132

Browse files
author
Eugene Burmako
authored
Temporarily disable llbuild tests (#28676)
1 parent d96dbd0 commit e810132

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

utils/build-script-impl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2997,6 +2997,10 @@ for host in "${ALL_HOSTS[@]}"; do
29972997

29982998
echo "--- Running tests for ${product} ---"
29992999
for target in "${results_targets[@]}"; do
3000+
# TODO (TF-1045): Ninja/Build/strip-colors.ninja in llbuild tests is spuriously failing
3001+
if [[ "${product}" == "llbuild" ]]; then
3002+
continue
3003+
fi
30003004
if [[ "${target}" != "" ]]; then
30013005
echo "--- ${target} ---"
30023006
trap "tests_busted ${product} '(${target})'" ERR

0 commit comments

Comments
 (0)