Skip to content

Commit 79488db

Browse files
committed
Temporarily skip until testCancelsConversion() until #1059 is merged
1 parent 2eafe4b commit 79488db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/SwiftDocCUtilitiesTests/PreviewActionIntegrationTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ class PreviewActionIntegrationTests: XCTestCase {
356356

357357
func testCancelsConversion() async throws {
358358
#if os(macOS)
359+
throw XCTSkip("To be reenabled again by #1059")
359360
let (sourceURL, outputURL, templateURL) = try createPreviewSetup(source: createMinimalDocsBundle())
360361
defer {
361362
try? FileManager.default.removeItem(at: sourceURL)

0 commit comments

Comments
 (0)