Skip to content

Commit 9186cd8

Browse files
committed
mark a failing test using swiftbuild as withKnowIssue (moduleDirectDeps2)
This was previously marked as a known Issue before but got changed in another PR resulting in a PR merge race causing breakage.
1 parent a112ab8 commit 9186cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/FunctionalTests/ModuleAliasingFixtureTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ struct ModuleAliasingFixtureTests {
122122
)
123123
}
124124
} when: {
125-
ProcessInfo.hostOperatingSystem == .windows && buildSystem == .swiftbuild
125+
buildSystem == .swiftbuild
126126
}
127127
}
128128

0 commit comments

Comments
 (0)