What about: self skipOnClassRun: 'message'.
? On Mon, Mar 18, 2019, 15:53 Ben Coman <b...@openinworld.com> wrote: > 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 > > On Mon, 18 Mar 2019 at 22:21, Vitor Medina Cruz <vitormc...@gmail.com> > wrote: > >> 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. >> >> On Mon, Mar 18, 2019 at 4:22 AM Denis Kudriashov <dionisi...@gmail.com> >> wrote: >> >>> I think it is a feature. When you click icon on a single test you >>> explicitly raise a wish to run it. >>> >>> пн, 18 мар. 2019 г., 1:26 Vitor Medina Cruz <vitormc...@gmail.com>: >>> >>>> 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 <vitormc...@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. >>>>> >>>>