diff --git a/Tests/SwiftDriverTests/APIDigesterTests.swift b/Tests/SwiftDriverTests/APIDigesterTests.swift index 26363f726..d67457c02 100644 --- a/Tests/SwiftDriverTests/APIDigesterTests.swift +++ b/Tests/SwiftDriverTests/APIDigesterTests.swift @@ -268,6 +268,8 @@ class APIDigesterTests: XCTestCase { } func testAPIComparisonEndToEnd() throws { + // rdar://82302797 + throw XCTSkip() try withTemporaryDirectory { path in try localFileSystem.changeCurrentWorkingDirectory(to: path) let source = path.appending(component: "foo.swift") @@ -323,6 +325,8 @@ class APIDigesterTests: XCTestCase { } func testABIComparisonEndToEnd() throws { + // rdar://82302797 + throw XCTSkip() try withTemporaryDirectory { path in try localFileSystem.changeCurrentWorkingDirectory(to: path) let source = path.appending(component: "foo.swift")