You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(e2e/ios): exclude real social-login test from CI (mirror SDK hosted:no-social)
The Google social-login smoke test drives a real ASWebAuthenticationSession that
can't complete headlessly on a CI simulator. The frontegg-ios-swift SDK handles
this by running its E2E with the "hosted:no-social" suite — it excludes the
real system-web-auth social test from the standard pipeline. Mirror that: build
+ run in Release (app embeds main.jsbundle, no Metro) and skip LoginViaGoogleTest
via -skip-testing. Reverts the Debug+FORCE_BUNDLING+mock-transport attempt, since
the SDK does not run real social in CI at all.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments