You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exclude running some tests for specific packages (#163)
* Exclude running some tests for specific packages
* Cache test mapping
* Take platforms into account
* Adjust alts to send skipped tests for display
* Refactor test steps execution
* Minor corrections
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,25 @@ For testing purposes, you can add the `--reload` argument to the scheduler launc
61
61
62
62
Both Celery worker and scheduler REST API services need YAML-based configs to function. Config examples are provided in the `configs` folder.
63
63
64
+
During the task execution some tests may be skipped if it specified in a particular `.json` file which can be found here: https://git.almalinux.org/almalinux/alts-exclusions/src/branch/main/skipped_tests.json
0 commit comments