Skip to content

Commit 2d6e2a2

Browse files
committed
Skip test is zip isn't available
1 parent 1422277 commit 2d6e2a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/DocUploadBundleTests/ZipTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ final class ZipTests: XCTestCase {
8989
}
9090

9191
func test_zip_roundtrip_shellTool() async throws {
92+
try XCTSkipIf(!FileManager.default.fileExists(atPath: Zipper.zip.path))
93+
9294
// Test basic zip roundtrip with the shellTool method
9395
try await withTempDir { tempDir in
9496
// temp

0 commit comments

Comments
 (0)