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.
testUseOfVendedBinaryTool(buildSystem:)
1 parent 714c06e commit f25885fCopy full SHA for f25885f
Tests/FunctionalTests/PluginTests.swift
@@ -390,6 +390,7 @@ final class PluginTests {
390
@Test(
391
.issue("https://github.com/swiftlang/swift-package-manager/issues/9215", relationship: .verifies),
392
.requiresSwiftConcurrencySupport,
393
+ .disabled("rdar://162053979"),
394
arguments: [BuildSystemProvider.Kind.native, .swiftbuild]
395
)
396
func testUseOfVendedBinaryTool(buildSystem: BuildSystemProvider.Kind) async throws {
0 commit comments