Skip to content

Commit

Permalink
Skip test on outdated GH actions macos platform tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Mar 8, 2023
1 parent b28fd38 commit 7ff36d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/ArenaTests/RegressionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ final class RegressionTests: XCTestCase {
Current = .mock
}

#if swift(>=5.7) // test can only run on 5.7+ due to manifest tools-version
func test_issue_90() throws {
// https://github.com/finestructure/Arena/issues/90
// macCatalyst platform in manifest
XCTAssertEqual(try getPackageInfo(in: fixturesDirectory/"Issue-90").platforms,
[.macos("12.0"), .macCatalyst("15.0"), .ios("15.0"), .watchos("8.0"), .tvos("15.0")])

}
#endif

}

0 comments on commit 7ff36d5

Please sign in to comment.