Open
Description
Skript/Server Version
2.10.0
Bug Description
There's a test that saves all the variables and loads them again and checks they're equal (to make sure serialisation is working).
I noticed when I had a bad serialiser for one type that the tests still report passed even if this throws an assertion error.
(Note: the serializer is fixed in #7455.)
Expected Behavior
The errors should constitute a failure rather than just being printed and buried in the log.
Steps to Reproduce
Run the tests.
Errors or Screenshots



Other
No response
Agreement
- I have read the guidelines above and affirm I am following them with this report.