Skip to content

Commit d222dc5

Browse files
authored
Skip flakey PackageCommandTests.testCommandPluginDiagnostics test (#8181)
The issue to reenable the test is tracked by #8180
1 parent b3798b2 commit d222dc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/CommandsTests/PackageCommandTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2323,6 +2323,8 @@ final class PackageCommandTests: CommandsTestCase {
23232323
// Only run the test if the environment in which we're running actually supports Swift concurrency (which the plugin APIs require).
23242324
try XCTSkipIf(!UserToolchain.default.supportsSwiftConcurrency(), "skipping because test environment doesn't support concurrency")
23252325

2326+
throw XCTSkip("Skipping test due to flakiness, see https://github.com/swiftlang/swift-package-manager/issues/8180")
2327+
23262328
// Match patterns for expected messages
23272329
let isEmpty = StringPattern.equal("")
23282330
let isOnlyPrint = StringPattern.equal("command plugin: print\n")

0 commit comments

Comments
 (0)