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
fix(e2e): skip token-auth test when no curl CLI is available
The android emulator images ship no curl binary, so minting the gateway
token via popen(curl) read an empty response and the test failed. Probe
for the curl CLI first and report SKIPPED when it is missing.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments