-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path.known_test_flakes.yaml
20 lines (20 loc) · 1.33 KB
/
.known_test_flakes.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
- test_class: NotificationManagerImplTests
test_method: test_applicationDidEnterForeground_updatePushNotificationStatus_authorized
jira: MDX-8984 # Simulator might reject app launch request with `The request was denied by service delegate (SBMainWorkspace)`
test_target: WalletUnitTests
failure_message_regex: XCTAssertEqual failed
- test_class: NotificationManagerImplTests
test_method: test_applicationDidEnterForeground_updatePushNotificationStatus_notDetermined
jira: MDX-8984 # Simulator might reject app launch request with `The request was denied by service delegate (SBMainWorkspace)`
test_target: WalletUnitTests
failure_message_regex: XCTAssertEqual failed
- test_class: NotificationManagerImplTests
test_method: test_applicationDidEnterForeground_updatePushNotificationStatus_ephemeral
jira: MDX-8984 # Simulator might reject app launch request with `The request was denied by service delegate (SBMainWorkspace)`
test_target: WalletUnitTests
failure_message_regex: XCTAssertEqual failed
- test_class: NotificationManagerImplTests
test_method: test_applicationDidEnterForeground_updatePushNotificationStatus_denied
jira: MDX-8984 # Simulator might reject app launch request with `The request was denied by service delegate (SBMainWorkspace)`
test_target: WalletUnitTests
failure_message_regex: XCTAssertEqual failed