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.
2 parents d4d5be1 + 5627a41 commit 396aa3cCopy full SHA for 396aa3c
Tests/BuildSystemIntegrationTests/SwiftPMBuildSystemTests.swift
@@ -866,10 +866,6 @@ final class SwiftPMBuildSystemTests: XCTestCase {
866
}
867
868
func testPluginArgs() async throws {
869
- #if os(Windows)
870
- // TODO: Enable this test once https://github.com/swiftlang/sourcekit-lsp/issues/1775 is fixed
871
- try XCTSkipIf(true, "https://github.com/swiftlang/sourcekit-lsp/issues/1775")
872
- #endif
873
try await withTestScratchDir { tempDir in
874
try localFileSystem.createFiles(
875
root: tempDir,
0 commit comments