This issue occur on Test runner, but is caused by core Pharo image behavior of TonelParser (consequently read stream positioning set to 0). Problem described here: https://github.com/pharo-project/pharo/issues/16267
Solution
Until behavior on Pharo project is fixed, will overload TonelParser method by guard clause:
Current:
This issue occur on Test runner, but is caused by core Pharo image behavior of TonelParser (consequently read stream positioning set to 0). Problem described here: https://github.com/pharo-project/pharo/issues/16267
Solution Until behavior on Pharo project is fixed, will overload TonelParser method by guard clause: Current:
New: