Skip to content

Commit

Permalink
test: Disable flaky testCrashReportCount1 (#2389)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann authored Nov 15, 2022
1 parent 7dd31aa commit 4da6c0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Sentry.xcodeproj/xcshareddata/xcschemes/Sentry.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
<Test
Identifier = "SentryCrashIntegrationTests/testStartUpCrash_CallsFlush_disabled()">
</Test>
<Test
Identifier = "SentryCrashReportStore_Tests/testCrashReportCount1_disabled">
</Test>
<Test
Identifier = "SentryFileIOTrackingIntegrationTests/test_DataConsistency_readPath_disabled()">
</Test>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ - (void)testReportStorePathExists
XCTAssertTrue([[NSFileManager defaultManager] fileExistsAtPath:self.reportStorePath]);
}

- (void)testCrashReportCount1
- (void)testCrashReportCount1_disabled
{
[self prepareReportStoreWithPathEnd:@"testCrashReportCount1"];
NSString *reportContents = @"Testing";
Expand Down

0 comments on commit 4da6c0b

Please sign in to comment.