Skip to content

Commit df2b8be

Browse files
committed
Skip validateModuleDependenciesSwift on Linux and Windows for now
The toolchains in CI are currently breaking this test.
1 parent f0db7a1 commit df2b8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SWBBuildSystemTests/DependencyValidationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ fileprivate struct DependencyValidationTests: CoreBasedTests {
327327
}
328328
}
329329

330-
@Test(.requireSDKs(.host))
330+
@Test(.requireSDKs(.host), .skipHostOS(.windows, "toolchain too old"), .skipHostOS(.linux, "toolchain too old"))
331331
func validateModuleDependenciesSwift() async throws {
332332
try await withTemporaryDirectory { tmpDir in
333333
let testWorkspace = try await TestWorkspace(

0 commit comments

Comments
 (0)