Skip to content

Commit

Permalink
Skip flakey PackageCommandTests.testCommandPluginDiagnostics test (#8181
Browse files Browse the repository at this point in the history
)

The issue to reenable the test is tracked by
#8180
  • Loading branch information
plemarquand authored Dec 18, 2024
1 parent b3798b2 commit d222dc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/CommandsTests/PackageCommandTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2323,6 +2323,8 @@ final class PackageCommandTests: CommandsTestCase {
// Only run the test if the environment in which we're running actually supports Swift concurrency (which the plugin APIs require).
try XCTSkipIf(!UserToolchain.default.supportsSwiftConcurrency(), "skipping because test environment doesn't support concurrency")

throw XCTSkip("Skipping test due to flakiness, see https://github.com/swiftlang/swift-package-manager/issues/8180")

// Match patterns for expected messages
let isEmpty = StringPattern.equal("")
let isOnlyPrint = StringPattern.equal("command plugin: print\n")
Expand Down

0 comments on commit d222dc5

Please sign in to comment.