Commit d68f458
committed
fix(ci): exclude iosOnly flows from Android pre-filter
The Android pre-filter was only excluding "flakyAndroid" on top of the
user-supplied EXCLUDE_TAGS — it never excluded the platform-scope tag
"iosOnly", so any flow tagged iosOnly was being run on the Android
emulator anyway. Caught by the new google-sso-from-forgot-password
flow, which is correctly tagged iosOnly but failed on Android because
the system OAuth presentation strings ("Wants to Use" /
"accounts.google.com" / "Continue") never appear there.
iOS already had the symmetric guard ("$EXCLUDE_TAGS,androidOnly").1 parent b8b9742 commit d68f458
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
561 | 561 | | |
562 | 562 | | |
563 | 563 | | |
564 | | - | |
| 564 | + | |
565 | 565 | | |
566 | 566 | | |
567 | 567 | | |
| |||
0 commit comments