Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Tests/SwiftDriverTests/APIDigesterTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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")
Expand Down