Files
swift-mirror/test/SourceKit/Diagnostics/cancel_diags.swift
Ben Barham 9188fbb745 [Test] Disable flakey test
This seems to be failing more regularly now and is often blocking CI.
Disable for now while we investigate.
2024-03-19 10:50:46 -07:00

10 lines
290 B
Swift

// REQUIRES: rdar116486638
// RUN: not %sourcekitd-test -req=diags %s -print-raw-response -id=diag -async -- %s == -cancel=diag 2>&1 | %FileCheck --dump-input=always %s
func foo(x: Invalid1, y: Invalid2) {
x / y / x / y / x / y / x / y
}
// CHECK: error response (Request Cancelled)