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
Add the next options in both assemble_and_run_test_output() and run_test_output():
Timeout - the test will finish at the requested moment, with the new TerminationCause.Timeout.
Allow getting test success (i.e. no asserts) on some failures - by allowing whitelisting a list of TerminationCauses that won't fail the test (in that case, a test will fail only if its current output is different from the expected output.
The text was updated successfully, but these errors were encountered:
Add the next options in both
assemble_and_run_test_output()
andrun_test_output()
:TerminationCause.Timeout
.TerminationCause
s that won't fail the test (in that case, a test will fail only if its current output is different from the expected output.The text was updated successfully, but these errors were encountered: