What do we do with a failing XCTest between discovery and fix?

This is a companion discussion topic for the tutorial at https://www.raywenderlich.com/8458722-testing-in-ios

Background:

  1. We have unit tests.
  2. QA finds a bug, Dev confirms & writes an XCTest to cover it. It fails, because bug.
  3. The bug isn’t scheduled to be fixed till the next minor release (say 3 months out).

What do we do with the failing test between #2 and #3? Do we leave it as fail? Comment it out?

Thanks,

Allen

This topic was automatically closed after 166 days. New replies are no longer allowed.

@jcatterwaul Can you please help with this when you get a chance? Thank you - much appreciated! :]

I think the best solution for this may be test plans. Let us know if you’ve come to the same conclusion!