diff options
author | Gregory Wlodarek <gregory.wlodarek@mongodb.com> | 2021-10-08 23:11:01 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-10-09 00:01:52 +0000 |
commit | 8b12a78b1fecbfa2ad92209abc468cca43892b7d (patch) | |
tree | 79f77eaeabb14cf8021f6c34acf47223936b6fda /jstests/core | |
parent | 5e90cc7c629acaace108487a066349cc52c9c8db (diff) | |
download | mongo-8b12a78b1fecbfa2ad92209abc468cca43892b7d.tar.gz |
SERVER-60561 Skip geo_array1.js on the DEBUG Code Coverage builder
Diffstat (limited to 'jstests/core')
-rw-r--r-- | jstests/core/geo_array1.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/core/geo_array1.js b/jstests/core/geo_array1.js index 2eba2c047c4..0d042b6a6a6 100644 --- a/jstests/core/geo_array1.js +++ b/jstests/core/geo_array1.js @@ -1,6 +1,7 @@ // Make sure many locations in one doc works, in the form of an array // @tags: [ // does_not_support_stepdowns, +// resource_intensive, // ] (function() { |