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.
1 parent 8fbb836 commit 6651d98Copy full SHA for 6651d98
Tests/SPMBuildCoreTests/PluginInvocationTests.swift
@@ -229,6 +229,8 @@ class PluginInvocationTests: XCTestCase {
229
}
230
231
func testCompilationDiagnostics() throws {
232
+ throw XCTSkip("disabled on release/5.8 due to CI toolchain mismatch")
233
+
234
try testWithTemporaryDirectory { tmpPath in
235
// Create a sample package with a library target and a plugin.
236
let packageDir = tmpPath.appending(components: "MyPackage")
0 commit comments