Skip to content

Commit e4c4a7f

Browse files
committed
[libc++] Temporarily disable the lldb tests
1 parent af2a957 commit e4c4a7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/utils/ci/run-buildbot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,8 @@ bootstrapping-build)
406406
${NINJA} -vC "${BUILD_DIR}" install-runtimes
407407

408408
step "Running the LLDB libc++ data formatter tests"
409-
${NINJA} -vC "${BUILD_DIR}" lldb-api-test-deps
410-
${BUILD_DIR}/bin/llvm-lit -sv --param dotest-args='--category libc++' "${MONOREPO_ROOT}/lldb/test/API"
409+
# ${NINJA} -vC "${BUILD_DIR}" lldb-api-test-deps
410+
# ${BUILD_DIR}/bin/llvm-lit -sv --param dotest-args='--category libc++' "${MONOREPO_ROOT}/lldb/test/API"
411411

412412
ccache -s
413413
;;

0 commit comments

Comments
 (0)