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
Network fluctuations occur occasionally; during long-term testing, any test case may experience network unavailability, causing the entire task to terminate. It seems there is no current way to ignore such errors.
output:
expect_error: true
It appears ignoring errors might be possible by writing overrides for each test individually (though it seems there’s no global configuration available in overrides.yaml). In unstable network environments, there should be a global parameter to accept occasional network failures instead of causing the whole task to fail.