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.
testCommandPluginInvocation
1 parent 67d9271 commit 8281211Copy full SHA for 8281211
Tests/FunctionalTests/PluginTests.swift
@@ -169,6 +169,8 @@ class PluginTests: XCTestCase {
169
}
170
171
func testCommandPluginInvocation() throws {
172
+ try XCTSkipIf(true, "test is disabled because it isn't stable, see rdar://117870608")
173
+
174
// Only run the test if the environment in which we're running actually supports Swift concurrency (which the plugin APIs require).
175
try XCTSkipIf(!UserToolchain.default.supportsSwiftConcurrency(), "skipping because test environment doesn't support concurrency")
176
0 commit comments