Skip to content

Commit 4aec94c

Browse files
authored
Merge pull request #14111 from akyrtzi/disable-flaky-tests-5.0
[5.0]Disable two flaky tests
2 parents 995e9af + 5dfbc57 commit 4aec94c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/SourceKit/CursorInfo/cursor_no_cancel.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,6 @@ func myFunc() {
4444
// RANGE: source.lang.swift.range.singleexpression
4545
// RANGE: source.lang.swift.range.singleexpression
4646
// RANGE: source.lang.swift.range.singleexpression
47+
48+
// FIXME: this crashes very infrequently in CI
49+
// REQUIRES: disabled

test/SwiftSyntax/VisitorTest.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// REQUIRES: OS=macosx
44
// REQUIRES: objc_interop
55

6+
// FIXME: This test fails occassionally in CI with invalid json.
7+
// REQUIRES: disabled
8+
69
import StdlibUnittest
710
import Foundation
811
import SwiftSyntax

0 commit comments

Comments
 (0)