swiftlang / swift-docc-plugin

Swift Package Manager command plugin for Swift-DocC
https://swiftpackageindex.com/swiftlang/swift-docc-plugin/documentation/swiftdoccplugin
Apache License 2.0
317 stars 54 forks source link

Disable integration tests on macOS to unblock CI #40

Closed ethan-kusters closed 1 year ago

ethan-kusters commented 1 year ago

SwiftPM command plugins can only be run when the Swift concurrency libraries are available. For some reason these libraries are no longer available in the macOS used in SwiftCI so this disables those tests after performing a check to see if concurrency is available.

This mirrors the implementation in SwiftPM itself here: https://github.com/apple/swift-package-manager/blob/dd7e9cc6/Sources/SPMTestSupport/Toolchain.swift#L55

ethan-kusters commented 1 year ago

@swift-ci please test

ethan-kusters commented 1 year ago

@swift-ci please test

ethan-kusters commented 1 year ago

@swift-ci please test