From 4a664da0e4005b4a4bad80cfe20ffa1e986cf167 Mon Sep 17 00:00:00 2001 From: Carl Peto Date: Fri, 5 Dec 2025 03:23:52 +0000 Subject: [PATCH] Temporarily disable CrashWithThreads cosmetic test on Linux (#85848) This test is destabilising the pipeline on Linux and only tests cosmetic functionality. Disable it for now. rdar://165728982 --- test/Backtracing/CrashWithThreads.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Backtracing/CrashWithThreads.swift b/test/Backtracing/CrashWithThreads.swift index bf67e214cb4..8073f5758c6 100644 --- a/test/Backtracing/CrashWithThreads.swift +++ b/test/Backtracing/CrashWithThreads.swift @@ -8,7 +8,7 @@ // UNSUPPORTED: asan // REQUIRES: executable_test // REQUIRES: backtracing -// REQUIRES: OS=macosx || OS=linux-gnu +// REQUIRES: OS=macosx #if canImport(Darwin) import Darwin