Przeglądaj źródła

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

Jon Shier 5 lat temu
rodzic
commit
1eba129170
1 zmienionych plików z 1 dodań i 1 usunięć
  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