Skip only works when I run tests from class. If I click the test button from the method skipped it don't work, maybe an error in calypso?

On Sun, Mar 17, 2019 at 3:13 PM Vitor Medina Cruz <vitormcruz@gmail.com> wrote:
Hello,

someTest
������ self skip: 'some message'.

������ rest of the test

Rest of the test is being executed. There is a different woy of skipping tests?

Thanks,
Vitor.