Skip to content

Commit 8281211

Browse files
authored
Disable testCommandPluginInvocation (#7051)
This test has proven to be flaky, disable it until we can fix it. rdar://114411011
1 parent 67d9271 commit 8281211

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/FunctionalTests/PluginTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ class PluginTests: XCTestCase {
169169
}
170170

171171
func testCommandPluginInvocation() throws {
172+
try XCTSkipIf(true, "test is disabled because it isn't stable, see rdar://117870608")
173+
172174
// Only run the test if the environment in which we're running actually supports Swift concurrency (which the plugin APIs require).
173175
try XCTSkipIf(!UserToolchain.default.supportsSwiftConcurrency(), "skipping because test environment doesn't support concurrency")
174176

0 commit comments

Comments
 (0)