Enable testing of permanently unstable tasks.
This bug surfaced in issue #430 (closed). Currently if the task being tested with testTask
from iTasks.Testing.Unit
does not become stable or has an exception, the test ends up in an infinite loop.
See the discussion on #431 for possible solutions.