Python Testing with pytest, Second Edition: missing word (page 79)

Section “Selecting Tests with Custom Markers”, paragraph at bottom of page says “Segmenting a subset of tests […] that will tell us if anything is horribly broken any of the main systems”.

Should it be “is horribly broken on any of the main systems” or “has horribly broken any of the main systems”?

Thanks.