apple / swift-argument-parser

Straightforward, type-safe argument parsing for Swift
Apache License 2.0
3.31k stars 311 forks source link

Skip count-lines tests in CI for now #576

Closed natecook1000 closed 1 year ago

natecook1000 commented 1 year ago

CI is allowing a guard #available(macOS 12) in the tests to pass, but then reporting macOS version 10.16 both in ProcessInfo and in the guard in the actual CountLines.run() method, which results in an inconsistency. Skipping the test under these conditions until we can sort out the configuration issue.

natecook1000 commented 1 year ago

@swift-ci Please test

natecook1000 commented 1 year ago

@swift-ci Please test