Not just introducing new bugs but reintroducing old bugs which were publicly documented and/or previously exploited. Which you could argue are worse as itβs a lower barrier for detection by attackers, but also on the otherhand by the team/community.
Also of note was that there was already an automated test for one of the high priority bugs that got reintroduced but the that particular tests was turned off.
What confuses me about this is the tests were turned off because they were taking too long. But wouldn't the appropriate behavior there be "run a subset of the tests normally, but run the full test suite occasionally" rather than just disabling the tests completely?
Also of note was that there was already an automated test for one of the high priority bugs that got reintroduced but the that particular tests was turned off.