Opened 9 years ago
Closed 9 years ago
#41676 closed task (blessed) (wontfix)
Avoid more test skipping for situations that are actually errors or failures
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Build/Test Tools | Keywords: | |
| Focuses: | Cc: |
Description
This is a follow-up to #40533.
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.
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 41278: