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
@@ -458,7 +458,8 @@ let package = Package(
458
458
name:"WorkspaceTests",
459
459
dependencies:["Workspace","SPMTestSupport"]
460
460
),
461
-
.testTarget(
461
+
// 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