Skip to content

Commit 4a664da

Browse files
authored
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
1 parent 26d83d4 commit 4a664da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Backtracing/CrashWithThreads.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// UNSUPPORTED: asan
99
// REQUIRES: executable_test
1010
// REQUIRES: backtracing
11-
// REQUIRES: OS=macosx || OS=linux-gnu
11+
// REQUIRES: OS=macosx
1212

1313
#if canImport(Darwin)
1414
import Darwin

0 commit comments

Comments
 (0)