Skip to content

Commit 4bc22c7

Browse files
authored
Merge pull request #24611 from nathawes/disable-test-interpreter-subclass-existentials-to-unblock-ci
[test] Disable test/Interpreter/subclass_existentials.swift to unblock CI
2 parents f70c41b + 30c7ab8 commit 4bc22c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Interpreter/subclass_existentials.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
// RUN: %target-run %t/a.out
1717
// REQUIRES: executable_test
1818

19+
// SR-10641 rdar://problem/50553481
20+
// REQUIRES: swift_test_mode_optimize_none
21+
1922
import StdlibUnittest
2023

2124
protocol P {

0 commit comments

Comments
 (0)