Skip to content

Commit 1a1b2b2

Browse files
authored
Mark known issue as intermittent for plugin test (#8854)
This test will fail (or pass) intermittently depending on the Linux builder. Mark it as intermittent so that it no longer blocks anyone.
1 parent c5088a0 commit 1a1b2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/FunctionalTests/PluginTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,7 @@ final class PluginTests {
12471247
#expect(stdout.contains("Build complete!"), "output:\n\(stderr)\n\(stdout)")
12481248
}
12491249

1250-
try await withKnownIssue {
1250+
try await withKnownIssue (isIntermittent: true) {
12511251
// Try again with the Swift Build build system
12521252
try await fixture(name: "Miscellaneous/Plugins") { path in
12531253
let (stdout, stderr) = try await executeSwiftBuild(path.appending("IncorrectDependencies"), extraArgs: ["--build-system", "swiftbuild", "--build-tests"])

0 commit comments

Comments
 (0)