Skip to content

Commit 25dbb07

Browse files
authored
Mark commandPluginCompilation as intermittent (#9253)
Mark it as intermittent for the native build system debug configuration. Some CI environments are encountering an intermittent failure in this configuration in addition to the release.
1 parent b16bb8f commit 25dbb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/CommandsTests/PackageCommandTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7208,7 +7208,7 @@ struct PackageCommandTests {
72087208
"iteration \(num) failed. stderr: \(stderr)",
72097209
)
72107210
} when: {
7211-
data.config == .release && data.buildSystem == .native
7211+
data.buildSystem == .native
72127212
}
72137213
#expect(
72147214
!stdout.contains("Building for \(data.config.buildFor)..."),

0 commit comments

Comments
 (0)