Commit 04e03e1
committed
test(e2e): skip 2 flaky flows until underlying SDK/Maestro bugs are fixed
sign-in-sign-out-sign-in.yaml: tag `skip` on both platforms.
- Android: clerk-android AuthStartView reads Clerk.enabledFirstFactorAttributes
and Clerk.socialProviders via non-observable getters. Body of re-mounted
AuthView can be empty when its first composition wins the race against
environment population. Fix is a MutableStateFlow + observe in AuthStartView
(patch staged in clerk-android workspace, pending publish).
- iOS: Maestro's field-clearing on the second sign-in leaves a leading char
("Identifier is invalid"). Lives in the test/keyboard layer, not the SDK.
Both bugs only repro on slow CI hardware; local AVD/sim are too fast.
sign-out-from-profile.yaml: tag `flakyAndroid` (Android-only exclusion).
- Same Android-side clerk-android race, manifesting earlier in this flow
because of state bleed from preceding flows in the Maestro sweep.
- Keeps running on iOS, where the underlying race doesn't apply.
Workflow Android job's --exclude-tags now includes `flakyAndroid`. iOS is
unchanged (already correctly excludes androidOnly).
Re-enable both flows by removing the tags once the underlying issues are
fixed and verified.1 parent 3d95c38 commit 04e03e1
3 files changed
Lines changed: 19 additions & 1 deletion
File tree
- .github/workflows
- integration/mobile/flows
- cycles
- profile
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | | - | |
| 339 | + | |
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
| |||
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
4 | 16 | | |
5 | 17 | | |
6 | 18 | | |
| 19 | + | |
7 | 20 | | |
8 | 21 | | |
9 | 22 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| 10 | + | |
6 | 11 | | |
7 | 12 | | |
8 | 13 | | |
| |||
0 commit comments