-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs (contributing): clarify pre-release checks
The pre-release script (Tests/prerelease/run_prerelease_checks.sh) no longer runs with latest MR. Replaced it with a readme for the manual equivalent, until the check is restored.
- Loading branch information
1 parent
908607c
commit 6f159d0
Showing
2 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Pre-release Checks | ||
|
||
This section is intended for tests that cannot be performed in the current automated test infrastructure. | ||
|
||
## Siri interrupts | ||
|
||
1. Open a test app; | ||
1. Trigger Siri; | ||
1. Close and open the test app; | ||
1. Ensure no OOM event is sent. | ||
|
||
This was previously automated using the `out_of_memory.feature` in this directory, but it requires work | ||
for it to run following the introduction of BrowserStack to MazeRunner (ref. PLAT-5040). |