Parcourir la source

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

Jon Shier il y a 5 ans
Parent
commit
1eba129170
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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