Skip to content

Commit a0d99b6

Browse files
authored
Skip custom endpoint test (#263)
1 parent f234387 commit a0d99b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/HubTests/HubApiTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ class SnapshotDownloadTests: XCTestCase {
274274
}
275275

276276
func testCustomEndpointDownload() async throws {
277+
try XCTSkipIf(true, "Skipping, getting 429 from mirror")
277278
let hubApi = HubApi(downloadBase: downloadDestination, endpoint: "https://hf-mirror.com")
278279
var lastProgress: Progress? = nil
279280
let downloadedTo = try await hubApi.snapshot(from: repo, matching: "*.json") { progress in

0 commit comments

Comments
 (0)