Skip to content

Commit 6bb2792

Browse files
authored
Merge pull request #1175 from apple/revert-1172-disable-branch-test
Revert "[WorkspaceTests] Disable branch and revision test"
2 parents 6776ca8 + 604533b commit 6bb2792

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Tests/WorkspaceTests/WorkspaceTests.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,10 +1109,6 @@ final class WorkspaceTests: XCTestCase {
11091109
}
11101110

11111111
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
11161112
typealias Package = PackageDescription4.Package
11171113

11181114
mktmpdir { path in
@@ -1261,7 +1257,6 @@ final class WorkspaceTests: XCTestCase {
12611257
try GitRepository(path: workspace.checkoutsPath.appending(dependency.subpath)).getCurrentRevision())
12621258
}
12631259
}
1264-
#endif
12651260
}
12661261

12671262
func testMultipleRootPackages() throws {

0 commit comments

Comments
 (0)