in our app, in certain scenarios we crash the app.
we would like to test this using XCTest with a UI test, but it seems that after each such test where the app crashed (which we expect), it runs "Checking for crash reports corresponding to unexpected termination" which takes a very long time.
is there a way to disable checking for crash reports, or somehow let XCUITest know the crash is expected?