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
{{ message }}
This repository was archived by the owner on Jul 25, 2024. It is now read-only.
test_malformed_data (tests.test_shortcuts.SubmitResultsShortcutTest) ... [ERROR] squad_client.core.models: Failed to submit results: There is already a test run with job_id 12345
ok
The error in question is output from squad when this test is run. Perhaps squad should be logging these errors or we should try and capture them in the test and output them as a failure?
The error in question is output from
squadwhen this test is run. Perhapssquadshould be logging these errors or we should try and capture them in the test and output them as a failure?