Skip to content

Commit

Permalink
Remove unneeded tests for StoreKit2 with JWS (#3747)
Browse files Browse the repository at this point in the history
### Motivation

Unlock shipping by skipping tests that are flaky unneeded tests

### Description

Removing StoreKit2JWS tests from
`BackendIntegrationTests-SK2.xctestplan`

⚠️ The functionality in `StoreKit2JWSIntegrationTests` (which is the
`usesStoreKit2JWS` dangerous setting), is not publicly available in iOS
v4. Its intention was intended only for iOS v5. These tests are safe to
skip since they have no production use.

⚠️ It _is_ important that these are not skipped for iOS v5.
  • Loading branch information
joshdholtz authored Mar 5, 2024
1 parent 4157796 commit b259d2f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
"StoreKit1IntegrationTests",
"StoreKit1ObserverModeIntegrationTests",
"StoreKit1ObserverModeWithExistingPurchasesTests",
"StoreKit2JWSIntegrationTests",
"StoreKit2JWSObserverModeIntegrationTests",
"StoreKit2JWSObserverModeWithExistingPurchasesTests",
"SubscriberAttributesManagerIntegrationTests",
"TestCase"
],
Expand Down

0 comments on commit b259d2f

Please sign in to comment.