Skip to content

Commit d58aff4

Browse files
committed
Don't skip SwiftCommandTests
1 parent 5d569e5 commit d58aff4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Tests/CommandsTests/SwiftCommandStateTests.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ final class SwiftCommandStateTests: XCTestCase {
3232
/// Original working directory before the test ran (if known).
3333
private var originalWorkingDirectory: AbsolutePath? = .none
3434

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-
3935
override func setUp() {
4036
originalWorkingDirectory = localFileSystem.currentWorkingDirectory
4137
}

0 commit comments

Comments
 (0)