Skip to content

Commit 1b563fc

Browse files
committed
PYTHON-5390 Document explicit policy on test skipping for AI/ML Testing Pipeline
1 parent 5dfdaee commit 1b563fc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,11 @@ Rather than making a new branch and modifying a `config.env` file, you can run a
177177
```bash
178178
evergreen patch -p ai-ml-pipelin-testing --param REPO_ORG="<my-org>" --param REPO_BRANCH="<my-branch>" -y "<my-message>"
179179
```
180+
181+
### Handling Failing Tests
182+
183+
If tests are found to be failing, and cannot be addressed quickly, the responsible team MUST create a JIRA ticket, and disable the relevant tests
184+
in the `config.yml` file, with a comment about the JIRA ticket that will address it.
185+
186+
This policy will help ensure that a single failing integration does not cause noise in the `dbx-ai-ml-testing-pipeline-notifications` that would mask other
187+
failures.

0 commit comments

Comments
 (0)