Skip to content

Commit 7bf6708

Browse files
committed
test: skip testAPIComparisonEndToEnd() while investigating
rdar://82302797
1 parent 877a882 commit 7bf6708

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/SwiftDriverTests/APIDigesterTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,8 @@ class APIDigesterTests: XCTestCase {
323323
}
324324

325325
func testABIComparisonEndToEnd() throws {
326+
// rdar://82302797
327+
throw XCTSkip()
326328
try withTemporaryDirectory { path in
327329
try localFileSystem.changeCurrentWorkingDirectory(to: path)
328330
let source = path.appending(component: "foo.swift")

0 commit comments

Comments
 (0)