From 974efe95f030dc2207275ccdd33f757c5b37f550 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Tue, 29 Apr 2025 22:16:33 -0400 Subject: [PATCH] Disable test/Shell/Swift/caching.test until rdar://150334469 is resolved --- lldb/test/Shell/Swift/caching.test | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/Shell/Swift/caching.test b/lldb/test/Shell/Swift/caching.test index b8a8507b940af..a4f6a44fe872f 100644 --- a/lldb/test/Shell/Swift/caching.test +++ b/lldb/test/Shell/Swift/caching.test @@ -1,5 +1,6 @@ # REQUIRES: swift # REQUIRES: system-darwin +# REQUIRES: rdar150334469 # RUN: rm -rf %t && mkdir %t # RUN: split-file %s %t