We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f234387 commit a0d99b6Copy full SHA for a0d99b6
Tests/HubTests/HubApiTests.swift
@@ -274,6 +274,7 @@ class SnapshotDownloadTests: XCTestCase {
274
}
275
276
func testCustomEndpointDownload() async throws {
277
+ try XCTSkipIf(true, "Skipping, getting 429 from mirror")
278
let hubApi = HubApi(downloadBase: downloadDestination, endpoint: "https://hf-mirror.com")
279
var lastProgress: Progress? = nil
280
let downloadedTo = try await hubApi.snapshot(from: repo, matching: "*.json") { progress in
0 commit comments