diff --git a/zorg/buildbot/builders/annotated/libc-linux.py b/zorg/buildbot/builders/annotated/libc-linux.py index 04121539..016fdaed 100644 --- a/zorg/buildbot/builders/annotated/libc-linux.py +++ b/zorg/buildbot/builders/annotated/libc-linux.py @@ -143,8 +143,9 @@ def main(argv): return with step('libc-integration-tests'): run_command(['ninja', 'libc-integration-tests']) - with step('libc-scudo-integration-test'): - run_command(['ninja', 'libc-scudo-integration-test']) + # TODO: https://github.com/llvm/llvm-project/issues/116895 + # with step('libc-scudo-integration-test'): + # run_command(['ninja', 'libc-scudo-integration-test']) with step('Benchmark Utils Tests'): run_command(['ninja', 'libc-benchmark-util-tests'])