Skip to content

Commit

Permalink
Make sure UITests have strict concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Jun 26, 2024
1 parent b2b79fc commit cc71484
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Tests/UITests/TestAppUITests/LifecycleHandlerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import XCTestExtensions


final class LifecycleHandlerTests: XCTestCase {
@MainActor
func testLifecycleHandler() throws {
#if os(macOS) || os(watchOS)
throw XCTSkip("LifecycleHandler is not supported on macOS or watchOS.")
Expand Down
1 change: 1 addition & 0 deletions Tests/UITests/TestAppUITests/ModelTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import XCTest


final class ModelTests: XCTestCase {
@MainActor
func testModelPropertyWrapper() throws {
let app = XCUIApplication()
app.launch()
Expand Down
1 change: 1 addition & 0 deletions Tests/UITests/TestAppUITests/ViewModifierTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import XCTest


final class ViewModifierTests: XCTestCase {
@MainActor
func testViewModifierPropertyWrapper() throws {
let app = XCUIApplication()
app.launch()
Expand Down

0 comments on commit cc71484

Please sign in to comment.