[wp-trac] [WordPress Trac] #40533: Avoid test skipping for situations that are actually errors or failures

WordPress Trac noreply at wordpress.org
Sat Apr 22 17:24:07 UTC 2017


#40533: Avoid test skipping for situations that are actually errors or failures
------------------------------+-------------------------
 Reporter:  johnbillion       |      Owner:
     Type:  task (blessed)    |     Status:  new
 Priority:  normal            |  Milestone:  4.8
Component:  Build/Test Tools  |    Version:
 Severity:  normal            |   Keywords:  needs-patch
  Focuses:                    |
------------------------------+-------------------------
 Some tests contain calls to `markTestSkipped()` as a result of situations
 such as incorrect test data or unsuitable test environments. If the test
 data isn't valid or the environment is not capable of supporting the test
 then the test should fail, otherwise the tests are not reliable.

 This is a catch-all ticket for attempting to remove a bunch of test
 skipping that falls outside of the `is_multisite()` skipping that's being
 handled in #40531.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/40533>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list