Skip to content

Commit 9b01497

Browse files
Disable flaky test in ProjectPageViewControllerTests (#2459)
1 parent e844046 commit 9b01497

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Kickstarter-iOS/Features/ProjectPage/Controller/ProjectPageViewControllerTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,8 @@ internal final class ProjectPageViewControllerTests: TestCase {
960960

961961
// MARK: - Tab Content Tests
962962

963-
func testLoggedOut_NonBacker_LiveProjectSwitchedToCampaignTab_Success() {
963+
// FIXME: MBL-2463 This test is flaky and frequently times out. Disabling it for the moment.
964+
func disabled_testLoggedOut_NonBacker_LiveProjectSwitchedToCampaignTab_Success() {
964965
let config = Config.template
965966
let project = Project.cosmicSurgery
966967
|> Project.lens.photo.full .~ ""

0 commit comments

Comments
 (0)