We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a52ef55 commit 406c96fCopy full SHA for 406c96f
FirebaseStorage/Tests/Integration/StorageIntegration.swift
@@ -728,7 +728,9 @@ class StorageResultTests: StorageIntegrationCommon {
728
XCTAssertEqual(resumeAtBytes, Int.max)
729
}
730
731
- func testResumeGetFileInBackgroundQueue() {
+ func testResumeGetFileInBackgroundQueue() throws {
732
+ // Skipping flaky test.
733
+ try XCTSkipIf(true, "Skipping flaky test testResumeGetFileInBackgroundQueue")
734
let expectation = self.expectation(description: #function)
735
let expectationPause = self.expectation(description: "pause")
736
let expectationResume = self.expectation(description: "resume")
0 commit comments