I'm using this tool along with storybook, but there are some times when I'd like to disable failures for certain stories. For instance, I have a story of an input element, which is intended to be used together with a label, but my stories show the input by itself. I'd like to silence the error Ensures every form element has a label for these stories. Is there a way I can do this currently, and if not, is it a feature you might consider adding?