Highlight known issues when running tests.
The testing library provides a function, withKnownIssue()
, that you
use to mark issues as known. Use this function to inform the testing library
at runtime not to mark the test as failing when issues occur.
withKnownIssue(_:isIntermittent:sourceLocation:_:)
withKnownIssue(_:isIntermittent:isolation:sourceLocation:_:)
withKnownIssue(_:isIntermittent:sourceLocation:_:when:matching:)
withKnownIssue(_:isIntermittent:isolation:sourceLocation:_:when:matching:)
KnownIssueMatcher
Issue