Currently test_runner reports an error if a test case is skipped.
This is not how it should be, only failed tests should cause it to fail.
Backport of Core PR10187
https://github.com/bitcoin/bitcoin/pull/10187/files
This fixes the phantom failures that reported no actual error in CI.