Skip to content

Commit 22c6f9f

Browse files
authored
Merge pull request #40420 from eeckstein/disable-autodiff-test
tests: disable a flaky AutoDiff test
2 parents 4938ebe + 7caf990 commit 22c6f9f

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)