Skip to content

Commit f25885f

Browse files
committed
[test] Disable testUseOfVendedBinaryTool(buildSystem:) to unblock CI
1 parent 714c06e commit f25885f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/FunctionalTests/PluginTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ final class PluginTests {
390390
@Test(
391391
.issue("https://github.com/swiftlang/swift-package-manager/issues/9215", relationship: .verifies),
392392
.requiresSwiftConcurrencySupport,
393+
.disabled("rdar://162053979"),
393394
arguments: [BuildSystemProvider.Kind.native, .swiftbuild]
394395
)
395396
func testUseOfVendedBinaryTool(buildSystem: BuildSystemProvider.Kind) async throws {

0 commit comments

Comments
 (0)