Is there a way to ignore a test in uTest?

363 Views Asked by At

For example, spec2 has a feature "Pending until fixed".

Is there a way to ignore a test in µTest?

1

There are 1 best solutions below

0
On BEST ANSWER

Nope, the way it's done so far is to comment it out. It's not great, but it's been enough for now. Perhaps such a feature may appear at a later date, but it doesn't exist right now.

Source: I wrote uTest