Skip to content

Commit 7caf990

Browse files
committed
tests: disable a flaky AutoDiff test
1 parent 4938ebe commit 7caf990

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/AutoDiff/compiler_crashers_fixed/sr14625-over-consume-in-subset-parameters-thunk.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// SR-14625: An over-consume in a subset parameters thunk detected after
44
// enabling OSSA.
55

6+
// The test is flaky and crashes in some CI builds
7+
// REQUIRES: rdar86063852
8+
69
import _Differentiation
710

811
struct Type2: Differentiable {

0 commit comments

Comments
 (0)