Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip flaking e2e tests #1869

Merged
merged 1 commit into from
Jul 18, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions features/full_tests/in_foreground.feature
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Feature: In foreground field populates correctly
Background:
Given I clear all persistent data

# TODO: Skipped pending PLAT-10634
@skip
Scenario: Test handled exception in background
When I run "InForegroundScenario"
And I send the app to the background for 5 seconds
Expand Down
2 changes: 2 additions & 0 deletions features/full_tests/native_event_tracking.feature
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Feature: Synchronizing app/device metadata in the native layer
And the event "unhandled" is false
And the "codeIdentifier" of stack frame 0 is not null

# TODO: Skipped pending PLAT-10634
@skip
Scenario: Capture foreground state while in the background
When I run "CXXBackgroundNotifyScenario"
And I send the app to the background for 5 seconds
Expand Down