Skip to content

Commit 2bbd5ca

Browse files
committed
mark a failing test on linux as withKnowIssue (moduleDirectDeps2)
needs to be investigated
1 parent a112ab8 commit 2bbd5ca

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+
[.linux, .windows].contains(ProcessInfo.hostOperatingSystem) && buildSystem == .swiftbuild
126126
}
127127
}
128128

0 commit comments

Comments
 (0)