Skip to content

Commit 5ed60d5

Browse files
committed
Clean up tests
1 parent 183ec2e commit 5ed60d5

3 files changed

Lines changed: 7 additions & 34 deletions

File tree

NavigatorDemo/NavigatorDemo.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 55;
6+
objectVersion = 70;
77
objects = {
88

99
/* Begin PBXBuildFile section */

NavigatorDemo/NavigatorDemoUITests/NavigatorDemoUITests.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
import XCTest
99

10+
// FIXME: add iOS UI tests
11+
#if os(macOS)
12+
1013
final class NavigatorDemoUITests: XCTestCase {
1114

1215
override func setUpWithError() throws {
@@ -22,6 +25,7 @@ final class NavigatorDemoUITests: XCTestCase {
2225
// Put teardown code here. This method is called after the invocation of each test method in the class.
2326
}
2427

28+
2529
@MainActor
2630
func testNewDocument() throws {
2731

@@ -115,3 +119,5 @@ final class NavigatorDemoUITests: XCTestCase {
115119
// }
116120
// }
117121
}
122+
123+
#endif

NavigatorDemo/NavigatorDemoUITests/NavigatorDemoUITestsLaunchTests.swift

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)