Skip to content

Commit

Permalink
DRIVERS-2286 allow skipping some fle2-Range on mac (#1371)
Browse files Browse the repository at this point in the history
* DRIVERS-2286 allow skipping some fle2-Range on mac

* use regex for no ambiguity
  • Loading branch information
kevinAlbs committed Jan 26, 2023
1 parent 1a3f831 commit 20abc0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/client-side-encryption/tests/README.rst
Expand Up @@ -163,6 +163,8 @@ Do the following before running spec tests:

Load each YAML (or JSON) file using a Canonical Extended JSON parser.

If the test file name matches the regular expression ``fle2\-Range\-.*\-Correctness``, drivers MAY skip the test on macOS. The ``fle2-Range`` tests are very slow on macOS and do not provide significant additional test coverage.

Then for each element in ``tests``:

#. If the ``skipReason`` field is present, skip this test completely.
Expand Down

0 comments on commit 20abc0e

Please sign in to comment.