Skip to content

Commit

Permalink
test: disable flaky testFlush_CalledMultipleTimes_ImmediatelyReturnsF…
Browse files Browse the repository at this point in the history
…alse (getsentry#2339)
  • Loading branch information
armcknight authored Oct 31, 2022
1 parent 02eeb15 commit 4566cef
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 @@ -64,6 +64,9 @@
<Test
Identifier = "SentryFileIOTrackingIntegrationTests/test_DataConsistency_readUrl_disabled()">
</Test>
<Test
Identifier = "SentryHttpTransportTests/testFlush_CalledMultipleTimes_ImmediatelyReturnsFalse_disabled()">
</Test>
<Test
Identifier = "SentryHttpTransportTests/testFlush_CalledSequentially_BlocksTwice_disabled()">
</Test>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ class SentryHttpTransportTests: XCTestCase {
assertFlushBlocksAndFinishesSuccessfully()
}

func testFlush_CalledMultipleTimes_ImmediatelyReturnsFalse() {
func testFlush_CalledMultipleTimes_ImmediatelyReturnsFalse_disabled() {
CurrentDate.setCurrentDateProvider(DefaultCurrentDateProvider.sharedInstance())

givenCachedEvents()
Expand Down

0 comments on commit 4566cef

Please sign in to comment.