This is a tough one to consider.�� Dennis's position seems very reasonable, but that Vitor got stuck is an indication of something missing.
Just one other option occurs to me, that a notification pops up saying "force run skipped method",
but I'm not even sure that would be beneficial.
cheers -ben
It is confusing because something unexpected and different from what is explicitly said on code happens... I consider it an error.
I think It should execute informing the test is skipped or don't provide the click button at all. It took me a long time looking at skip implementation and trying different stuff until I figure I hadn't done anything wrong.
I think it is a feature. When you click icon on a single test you explicitly raise a wish to run it.��
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?
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.