[GH-ISSUE #662] 👷🏻‍♂️ Services tests always failing on CI #427

Open
opened 2026-03-03 16:48:36 +03:00 by kerem · 0 comments
Owner

Originally created by @phatblat on GitHub (May 20, 2021).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/662

Originally assigned to: @phimage on GitHub.

The following 2 tests always fail on a GitHub actions runner:

/Users/runner/work/OAuthSwift/OAuthSwift/OAuthSwiftTests/ServicesTests.swift:79: error: -[OAuthSwiftTests.ServicesTests testBitBucket] : failed - No parameters for BitBucket. Test ignored

/Users/runner/work/OAuthSwift/OAuthSwift/OAuthSwiftTests/ServicesTests.swift:79: error: -[OAuthSwiftTests.ServicesTests testDropBox] : failed - No parameters for Dropbox. Test ignored

Note that an attempt to skip these tests on CI stalled the test action for 6h before timing out.

    func testBitBucket() {
        guard ProcessInfo.processInfo.environment["CI"] != "true" else { return }
        testService("BitBucket")

Thu, 20 May 2021 14:07:34 GMT
Test Case '-[OAuthSwiftTests.ServicesTests testBitBucket]' started.
Thu, 20 May 2021 20:05:12 GMT
Error: The operation was canceled.

Originally created by @phatblat on GitHub (May 20, 2021). Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/662 Originally assigned to: @phimage on GitHub. The following 2 tests always fail on a GitHub actions runner: > /Users/runner/work/OAuthSwift/OAuthSwift/OAuthSwiftTests/ServicesTests.swift:79: error: -[OAuthSwiftTests.ServicesTests testBitBucket] : failed - No parameters for BitBucket. Test ignored > /Users/runner/work/OAuthSwift/OAuthSwift/OAuthSwiftTests/ServicesTests.swift:79: error: -[OAuthSwiftTests.ServicesTests testDropBox] : failed - No parameters for Dropbox. Test ignored Note that an attempt to skip these tests on CI stalled the `test` action for 6h before timing out. ```swift func testBitBucket() { guard ProcessInfo.processInfo.environment["CI"] != "true" else { return } testService("BitBucket") ``` > Thu, 20 May 2021 14:07:34 GMT > Test Case '-[OAuthSwiftTests.ServicesTests testBitBucket]' started. > Thu, 20 May 2021 20:05:12 GMT > Error: The operation was canceled.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/OAuthSwift#427
No description provided.