Skip to content

Commit

Permalink
Integration Tests: fix flaky test failure due to leftover transacti…
Browse files Browse the repository at this point in the history
…on (#3167)
  • Loading branch information
NachoSoto authored Sep 8, 2023
1 parent 2e0feff commit 9a44001
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,8 @@ class OfflineStoreKit1IntegrationTests: BaseOfflineStoreKitIntegrationTests {

@available(iOS 15.0, tvOS 15.0, watchOS 8.0, macOS 12.0, *)
func testPurchasingMultipleProductsWhileServerIsDownHandlesAllTransactionsWhenForegroundingApp() async throws {
self.logger.clearMessages()

// 1. Purchase while server is down
self.serverDown()

Expand Down

0 comments on commit 9a44001

Please sign in to comment.