Skip Test Run
Test Runs
Skip Test Run
Skip the test run for a given commit so the Empirical check does not block the PR
POST
Skip Test Run
Marks a test run as skipped for the specified repository and commit. Useful when a commit does not
require a test run (e.g. documentation-only changes) and you want to unblock a required Empirical
status check on a PR.
When the Empirical GitHub App is installed for the repo, this endpoint also
creates a GitHub check run with conclusion
skipped so a required Empirical check does not block
the PR. If no Empirical GitHub App is installed for the repo, the request still succeeds and
check_run_id will be null.
The previous path
/api/v1/git-checks/skip is deprecated and now redirects here. Please update
your callers.Example
Authorizations
Project API key from the Empirical dashboard.
Body
application/json
Repository and commit to skip.
Response
Test run skipped. check_run_id is the ID of the GitHub check run created as skipped, or null if no GitHub reporter app is installed for the repo.