Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ class RunnerUITests: XCTestCase {
}

func testQuickActionWithFreshStart() throws {
// See https://github.com/flutter/flutter/issues/169928
throw XCTSkip("Temporarily disabled")

let springboard = XCUIApplication(bundleIdentifier: "com.apple.springboard")
let quickActionsAppIcon = springboard.icons["quick_actions_example"]

Expand All @@ -57,9 +54,6 @@ class RunnerUITests: XCTestCase {
}

func testQuickActionWhenAppIsInBackground() throws {
// See https://github.com/flutter/flutter/issues/169928
throw XCTSkip("Temporarily disabled")

exampleApp.launch()

let actionsReady = exampleApp.otherElements["actions ready"]
Expand Down
Loading