Chrome 26 on OS X 10.11 is unsupported by sauce labs. Returns a response where result.status is "test error". Expected behavior: test fails with an error. Actual behavior: request will be re-attempted, and when statusCheckAttempts is set to -1, the test will never complete.
This PR causes the test to complete with an error.
Tested with configuration:
Chrome 26 on OS X 10.11 is unsupported by sauce labs. Returns a response where
result.status
is"test error"
. Expected behavior: test fails with an error. Actual behavior: request will be re-attempted, and when statusCheckAttempts is set to -1, the test will never complete.This PR causes the test to complete with an error.