Skip to content

Commit

Permalink
MainActor-ify UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Apr 10, 2024
1 parent 4de9257 commit bcb3b91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions EditUITests/EditUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ final class EditUITests: XCTestCase {
// Put teardown code here. This method is called after the invocation of each test method in the class.
}

@MainActor
func testExample() throws {
throw XCTSkip()

Expand All @@ -32,6 +33,7 @@ final class EditUITests: XCTestCase {
// Use XCTAssert and related functions to verify your tests produce the correct results.
}

@MainActor
func testLaunchPerformance() throws {
throw XCTSkip()

Expand Down
1 change: 1 addition & 0 deletions EditUITests/EditUITestsLaunchTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ final class EditUITestsLaunchTests: XCTestCase {
continueAfterFailure = false
}

@MainActor
func testLaunch() throws {
throw XCTSkip()
let app = XCUIApplication()
Expand Down

0 comments on commit bcb3b91

Please sign in to comment.