You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Package.swift
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -473,7 +473,8 @@ let package = Package(
473
473
name:"WorkspaceTests",
474
474
dependencies:["Workspace","SPMTestSupport"]
475
475
),
476
-
.testTarget(
476
+
// rdar://101868275 "error: cannot find 'XCTAssertEqual' in scope" can affect almost any functional test, so we flat out disable them all until we know what is going on
0 commit comments