Raising an exception with the term "ignore" in it will make sure that script test table is ignored from that point, but "TearDown" and rest of suite is executed.

script echo fixture
check echo Hello Hello
echo and log me here
check ignore Hello hello
check echo Hello Hello



script echo fixture
check echo Hello Hello
check echo Hello Hello
echo and log me here