fix(test): TCK test suite fails properly
Signed-off-by: Calum Murray <cmurray@redhat.com>
This commit is contained in:
parent
09bc8ba54f
commit
6022507a5d
|
@ -124,8 +124,7 @@ public class TCKTestSuite {
|
|||
try {
|
||||
return mapper.readValue(this.getClass().getResource(fileName), TestSuiteModel.class);
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
return null;
|
||||
throw new RuntimeException(fileName, e);
|
||||
}
|
||||
})
|
||||
.filter(Objects::nonNull)
|
||||
|
|
Loading…
Reference in New Issue