Skip to content

Commit 7096293

Browse files
[build] Skip lldb tests on WebAssembly CI node
The test somehow fails on a specific CI node. I couldn't find the root cause yet, so skip it for now to avoid more silent breakages.
1 parent a48dc87 commit 7096293

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/build-presets.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -888,6 +888,9 @@ mixin-preset=buildbot_linux
888888

889889
llvm-targets-to-build=X86;ARM;AArch64;WebAssembly
890890
build-wasm-stdlib
891+
# FIXME(katei): Test fails on a specific CI node.
892+
# https://github.com/apple/swift/issues/70980
893+
skip-test-lldb
891894

892895
# A preset for Linux builders that uses a NoncopyableGenerics-enabled stdlib
893896
[preset: buildbot_linux_ncg]

0 commit comments

Comments
 (0)