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/BasicsTests/AsyncProcessTests.swift
+3-3
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ final class AsyncProcessTests: XCTestCase {
144
144
}
145
145
146
146
func testFindExecutable()throws{
147
-
tryskipOnWindowsAsTestCurrentlyFails(because:"Assertion failure when trying to find ls executable")
147
+
tryskipOnWindowsAsTestCurrentlyFails(because:"https://github.com/swiftlang/swift-package-manager/issues/8547: Assertion failure when trying to find ls executable")
148
148
149
149
trytestWithTemporaryDirectory{ tmpdir in
150
150
// This process should always work.
@@ -427,7 +427,7 @@ final class AsyncProcessTests: XCTestCase {
427
427
func testAsyncStream()asyncthrows{
428
428
// rdar://133548796
429
429
tryXCTSkipIfCI()
430
-
tryskipOnWindowsAsTestCurrentlyFails(because:"'swift test' was hanging.")
430
+
tryskipOnWindowsAsTestCurrentlyFails(because:"https://github.com/swiftlang/swift-package-manager/issues/8547: 'swift test' was hanging.")
0 commit comments