Skip to content

Commit 5b4f6a7

Browse files
committed
Reenable testCancelsConversion
1 parent f6595aa commit 5b4f6a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/SwiftDocCUtilitiesTests/PreviewActionIntegrationTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ class PreviewActionIntegrationTests: XCTestCase {
194194

195195
func testCancelsConversion() async throws {
196196
#if os(macOS)
197-
throw XCTSkip("To be reenabled again by #1059")
198197
let (sourceURL, outputURL, templateURL) = try createPreviewSetup(source: createMinimalDocsBundle())
199198
defer {
200199
try? FileManager.default.removeItem(at: sourceURL)

0 commit comments

Comments
 (0)