Skip to content

Commit 30c7ab8

Browse files
author
Nathan Hawes
committed
[test] Disable test/Interpreter/subclass_existentials.swift to unblock CI
It's been failing in CI since enabling the existential specializer by default: https://ci.swift.org/job/oss-swift_tools-RA_stdlib-RD_test-simulator/2043/
1 parent 21f11ab commit 30c7ab8

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)