diff --git a/Sentry.xcodeproj/xcshareddata/xcschemes/Sentry.xcscheme b/Sentry.xcodeproj/xcshareddata/xcschemes/Sentry.xcscheme
index c5b4784e7af..5bb51dfcfce 100644
--- a/Sentry.xcodeproj/xcshareddata/xcschemes/Sentry.xcscheme
+++ b/Sentry.xcodeproj/xcshareddata/xcschemes/Sentry.xcscheme
@@ -58,12 +58,18 @@
+
+
+
+
diff --git a/Tests/SentryTests/SentryCrash/SentryCrashReportStore_Tests.m b/Tests/SentryTests/SentryCrash/SentryCrashReportStore_Tests.m
index 961bb5ca164..5296c6f9d6f 100644
--- a/Tests/SentryTests/SentryCrash/SentryCrashReportStore_Tests.m
+++ b/Tests/SentryTests/SentryCrash/SentryCrashReportStore_Tests.m
@@ -141,7 +141,7 @@ - (void)testReportStorePathExists
XCTAssertTrue([[NSFileManager defaultManager] fileExistsAtPath:self.reportStorePath]);
}
-- (void)testCrashReportCount1
+- (void)testCrashReportCount1_disabled
{
[self prepareReportStoreWithPathEnd:@"testCrashReportCount1"];
NSString *reportContents = @"Testing";