We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5412cab commit 92e0ca2Copy full SHA for 92e0ca2
Tests/SwiftFormatPerformanceTests/WhitespaceLinterPerformanceTests.swift
@@ -6,6 +6,10 @@ import XCTest
6
7
final class WhitespaceLinterPerformanceTests: DiagnosingTestCase {
8
func testWhitespaceLinterPerformance() {
9
+ #if os(Windows)
10
+ // https://github.com/swiftlang/swift-format/issues/939
11
+ throw XCTSkip("This test is flaky on Windows")
12
+ #endif
13
let input = String(
14
repeating: """
15
import SomeModule
0 commit comments