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 <dionisiydk@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 <vitormcruz@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 <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.