diff --git a/WordPress/WordPressTest/Comments/Controllers/FullScreenCommentReplyViewControllerTests.swift b/WordPress/WordPressTest/Comments/Controllers/FullScreenCommentReplyViewControllerTests.swift index 45bef7d715f9..8845dbd54a3a 100644 --- a/WordPress/WordPressTest/Comments/Controllers/FullScreenCommentReplyViewControllerTests.swift +++ b/WordPress/WordPressTest/Comments/Controllers/FullScreenCommentReplyViewControllerTests.swift @@ -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")