Skip to content

Commit cd2d7ef

Browse files
committed
Merge remote-tracking branch 'origin/main' into release/6.1
2 parents 427a04d + d222dc5 commit cd2d7ef

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)