Skip to content

Commit

Permalink
Mark flaky testExitCallbackCalledWithLastSearchTextWhenCancelPressed
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jan 14, 2025
1 parent 36aade2 commit e6b831a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,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.")

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 e6b831a

Please sign in to comment.