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/Serialization/SerializedJSONTests.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ final class SerializedJSONTests: XCTestCase {
34
34
}
35
35
36
36
func testPathInterpolationFailsOnWindows()throws{
37
-
tryskipOnWindowsAsTestCurrentlyFails(because:"Expectations are not met")
37
+
tryskipOnWindowsAsTestCurrentlyFails(because:"Expectations are not met. Possibly related to https://github.com/swiftlang/swift-package-manager/issues/8511")
tryskipOnWindowsAsTestCurrentlyFails(because:"Package fails to build when the test is being executed")
33
+
tryskipOnWindowsAsTestCurrentlyFails(because:"https://github.com/swiftlang/swift-package-manager/issues/8540: Package fails to build when the test is being executed")
34
34
35
35
tryXCTSkipIf(!UserToolchain.default.supportsSDKDependentTests(),"skipping because test environment doesn't support this test")
36
36
// Note: we can re-use the `TestableExe` fixture here since we just need an executable.
0 commit comments