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 877a882 commit 7bf6708Copy full SHA for 7bf6708
Tests/SwiftDriverTests/APIDigesterTests.swift
@@ -323,6 +323,8 @@ class APIDigesterTests: XCTestCase {
323
}
324
325
func testABIComparisonEndToEnd() throws {
326
+ // rdar://82302797
327
+ throw XCTSkip()
328
try withTemporaryDirectory { path in
329
try localFileSystem.changeCurrentWorkingDirectory(to: path)
330
let source = path.appending(component: "foo.swift")
0 commit comments