phpunit-test-runner icon indicating copy to clipboard operation
phpunit-test-runner copied to clipboard

Document how to mark additional tests as skipped

Open danielbachhuber opened this issue 7 years ago • 2 comments

At times, a host may find a test is failing for some known reason. They should be able to mark the test as skipped in their own test runner instance.

Related #47

danielbachhuber avatar Oct 04 '17 17:10 danielbachhuber

As it turns out, there's no CLI argument for skipping specific tests, only groups :/

It may be possible by passing regex to --filter

danielbachhuber avatar Oct 09 '17 14:10 danielbachhuber

Just started setting up our automated tests and ran into the #202. Because of that test failing, I would not wan to start our automation as it provides incorrect results (the failure is because of the test itself, not because of the environment) and spams us the failure every time.

It would be neat to have a way to skip that test altogether until it is fixed.

timiwahalahti avatar Aug 21 '24 11:08 timiwahalahti