Skip to content

Commit

Permalink
Disable flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jan 14, 2025
1 parent e6b831a commit 97ddf3c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,8 @@ class FullScreenCommentReplyViewControllerTests: CoreDataTestCase {

/// Tests the onExitFullscreen callback is correctly called when pressing the cancel button
/// also validates the arguments being triggered are correct
func testExitCallbackCalledWithLastSearchTextWhenCancelPressed() throws {
XCTExpectFailure("This test is flaky and may fail under certain conditions.")

// TODO: flaky test (and we'll rewrite this soon)
func _testExitCallbackCalledWithLastSearchTextWhenCancelPressed() throws {
let testContent = "Test - Cancel"
let expectedLastSearchText = "@Ren"
let callbackExpectation = expectation(description: "onExitFullscreen is called successfully when the cancel button is pressed")
Expand Down

0 comments on commit 97ddf3c

Please sign in to comment.