Skip to content

Commit f2de546

Browse files
committed
[AutoDiff] Disable flaky test on Linux.
Disable test that occasionally flake on Linux. SR-13021 tracks re-enabling related failing AutoDiff tests.
1 parent b99533a commit f2de546

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)