We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e844046 commit 9b01497Copy full SHA for 9b01497
Kickstarter-iOS/Features/ProjectPage/Controller/ProjectPageViewControllerTests.swift
@@ -960,7 +960,8 @@ internal final class ProjectPageViewControllerTests: TestCase {
960
961
// MARK: - Tab Content Tests
962
963
- func testLoggedOut_NonBacker_LiveProjectSwitchedToCampaignTab_Success() {
+ // FIXME: MBL-2463 This test is flaky and frequently times out. Disabling it for the moment.
964
+ func disabled_testLoggedOut_NonBacker_LiveProjectSwitchedToCampaignTab_Success() {
965
let config = Config.template
966
let project = Project.cosmicSurgery
967
|> Project.lens.photo.full .~ ""
0 commit comments