Skip to content

Commit d608e96

Browse files
authored
mark a failing test on linux+swiftbuild as withKnownIssue (moduleDirectDeps2) (#9150)
needs to be investigated rdar://160781783
1 parent 7e216f7 commit d608e96

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)