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: Tests/WorkspaceTests/WorkspaceTests.swift
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1109,6 +1109,10 @@ final class WorkspaceTests: XCTestCase {
1109
1109
}
1110
1110
1111
1111
func testBranchAndRevision()throws{
1112
+
// This is failing on OS X package bots for some reason. However, it works locally and on incremental bots.
1113
+
//
1114
+
// <rdar://problem/32076596> Test Case '-[WorkspaceTests.WorkspaceTests testBranchAndRevision]' started.--- bootstrap: error: tests failed with exit status 1
1115
+
#if false
1112
1116
typealiasPackage=PackageDescription4.Package
1113
1117
1114
1118
mktmpdir{ path in
@@ -1257,6 +1261,7 @@ final class WorkspaceTests: XCTestCase {
0 commit comments