Skip to content

Commit 949b0c0

Browse files
authored
Merge pull request swiftlang#35217 from dan-zheng/autodiff-testing
[AutoDiff] Disable flaky test on Linux.
2 parents 1d939e3 + f2de546 commit 949b0c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/AutoDiff/compiler_crashers_fixed/sr12886-sr112887-vjp-emitter-definite-initialization.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
// SR-12887: Debug scope error for pullback struct `struct` instruction
1010
// generated by `VJPEmitter`.
1111

12+
// FIXME(SR-13021): Disabled due to flakiness on Linux, likely related to TF-1197.
13+
// REQUIRES: SR13021
14+
1215
import _Differentiation
1316

1417
enum Enum {

0 commit comments

Comments
 (0)