The profile_delete.js makes use of the `$where` operator but is not tagged with `requires_scripting`.
We should correctly mark this test with `requires_scripting` tag so that the NTDI passthrough correctly ignores it from running.
There is also other files such as :
jstests/core/catalog/list_collections_filter.js
jstests/core/constructors.js
jstests/core/doc_validation/doc_validation_invalid_validators.js
jstests/core/function_string_representations.js
jstests/core/query/count/counta.js
jstests/core/query/js/js2.js
jstests/core/write/update/update_arrayFilters.js
- is related to
-
SERVER-74058 Re-introduce core/jstests that were excluded for NTDI dollar tenant passthrough
- Closed