I'm asking as a web developer who hasn't yet used Ci.
If a bug is discovered and confirmed but judged to be low priority or difficult to fix, how do teams set up Ci servers to to allow them to continue to work on other issues?
I imagine I would want to write a test to confirm the existence of the bug, and have the CI server run it, but then it seems like it would mark every build as broken. Are there ways to tell Ci servers "yes, we know this test fails, it's likely to keep failing, only alert us if something else fails in a future build or if it stops failing"?