Skip to content

Commit

Permalink
Skipping tintcolor test for compatibility tests
Browse files Browse the repository at this point in the history
  • Loading branch information
goergisn committed Jan 17, 2024
1 parent 2821220 commit a6f3bef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tests/Card Tests/CardComponentTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,9 @@ class CardComponentTests: XCTestCase {
}

func testTintColorCustomization() throws {
guard #available(iOS 17.0, *) else {
throw XCTSkip("This test is unfortunately very flaky on macos-12 runners that are needed to test on older iOS versions - so we skip it")
}

var configuration = CardComponent.Configuration()

Expand Down

0 comments on commit a6f3bef

Please sign in to comment.