We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 427a04d + d222dc5 commit cd2d7efCopy full SHA for cd2d7ef
Tests/CommandsTests/PackageCommandTests.swift
@@ -2323,6 +2323,8 @@ final class PackageCommandTests: CommandsTestCase {
2323
// Only run the test if the environment in which we're running actually supports Swift concurrency (which the plugin APIs require).
2324
try XCTSkipIf(!UserToolchain.default.supportsSwiftConcurrency(), "skipping because test environment doesn't support concurrency")
2325
2326
+ throw XCTSkip("Skipping test due to flakiness, see https://github.com/swiftlang/swift-package-manager/issues/8180")
2327
+
2328
// Match patterns for expected messages
2329
let isEmpty = StringPattern.equal("")
2330
let isOnlyPrint = StringPattern.equal("command plugin: print\n")
0 commit comments