Sfoglia il codice sorgente

Disable resume test as wikimedia no longer supports resume. (#3320)

Jon Shier 5 anni fa
parent
commit
1eba129170
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Tests/DownloadTests.swift

+ 1 - 1
Tests/DownloadTests.swift

@@ -585,7 +585,7 @@ final class DownloadResumeDataTestCase: BaseTestCase {
         XCTAssertEqual(response?.resumeData, download.resumeData)
     }
 
-    func testThatCancelledDownloadCanBeResumedWithResumeData() {
+    func _testThatCancelledDownloadCanBeResumedWithResumeData() {
         // Given
         let expectation1 = expectation(description: "Download should be cancelled")
         var cancelled = false