summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorKyle Suarez <kyle.suarez@mongodb.com>2017-09-18 13:53:54 -0400
committerKyle Suarez <kyle.suarez@mongodb.com>2017-09-18 14:02:04 -0400
commite7c299f90d2f6b76b5ffe20efd1e80d91662c676 (patch)
tree3ef1cadad47172394b894f44f8ff93e9e41f448b /buildscripts
parente49cbf575a9f8a867280d0a21c3da622700dc3f5 (diff)
downloadmongo-e7c299f90d2f6b76b5ffe20efd1e80d91662c676.tar.gz
SERVER-30178 extend JSON Schema parser to handle "items" and "additionalItems"
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/json_schema.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/buildscripts/resmokeconfig/suites/json_schema.yml b/buildscripts/resmokeconfig/suites/json_schema.yml
index 00cf6c863ea..4d32314d0c3 100644
--- a/buildscripts/resmokeconfig/suites/json_schema.yml
+++ b/buildscripts/resmokeconfig/suites/json_schema.yml
@@ -12,8 +12,6 @@ selector:
- src/third_party/JSON-Schema-Test-Suite/tests/draft4/dependencies.json
- src/third_party/JSON-Schema-Test-Suite/tests/draft4/enum.json
- src/third_party/JSON-Schema-Test-Suite/tests/draft4/items.json
- - src/third_party/JSON-Schema-Test-Suite/tests/draft4/maxItems.json
- - src/third_party/JSON-Schema-Test-Suite/tests/draft4/minItems.json
- src/third_party/JSON-Schema-Test-Suite/tests/draft4/not.json
- src/third_party/JSON-Schema-Test-Suite/tests/draft4/oneOf.json
- src/third_party/JSON-Schema-Test-Suite/tests/draft4/optional/bignum.json