We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d569e5 commit d58aff4Copy full SHA for d58aff4
Tests/CommandsTests/SwiftCommandStateTests.swift
@@ -32,10 +32,6 @@ final class SwiftCommandStateTests: XCTestCase {
32
/// Original working directory before the test ran (if known).
33
private var originalWorkingDirectory: AbsolutePath? = .none
34
35
- override func setUpWithError() throws {
36
- throw XCTSkip("Skip these tests until we can avoid having to chdir in SwiftCommand when passed a --package-path")
37
- }
38
-
39
override func setUp() {
40
originalWorkingDirectory = localFileSystem.currentWorkingDirectory
41
}
0 commit comments