Updates:
        Status: WontFix

Comment #1 on issue 1594 by pekka.klarck: Skip dependent tests on failure
http://code.google.com/p/robotframework/issues/detail?id=1594

We highly recommend against dependent tests in general. If you have preconditions that prevent tests from being executed, it's typically best to check them in suite setup. Failure in suite setup means that tests in the suite will not be executed. If you cannot avoid dependent tests, you can check previous test status e.g. with ${PREV TEST STATUS} built-in variable.

We made a decision not to add separate skip status. A recommended approach is making the test non-critical and failing it with a descriptive error message.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to