Skip to content

Commit 406c96f

Browse files
Skip flaky Storage integration test
Co-authored-by: ncooke3 <36927374+ncooke3@users.noreply.github.com>
1 parent a52ef55 commit 406c96f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

FirebaseStorage/Tests/Integration/StorageIntegration.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,9 @@ class StorageResultTests: StorageIntegrationCommon {
728728
XCTAssertEqual(resumeAtBytes, Int.max)
729729
}
730730

731-
func testResumeGetFileInBackgroundQueue() {
731+
func testResumeGetFileInBackgroundQueue() throws {
732+
// Skipping flaky test.
733+
try XCTSkipIf(true, "Skipping flaky test testResumeGetFileInBackgroundQueue")
732734
let expectation = self.expectation(description: #function)
733735
let expectationPause = self.expectation(description: "pause")
734736
let expectationResume = self.expectation(description: "resume")

0 commit comments

Comments
 (0)