diff options
Diffstat (limited to 'jstests/noPassthroughWithMongod')
-rw-r--r-- | jstests/noPassthroughWithMongod/geo_polygon.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/noPassthroughWithMongod/geo_polygon.js b/jstests/noPassthroughWithMongod/geo_polygon.js index d2b271c32d7..7c23442d4de 100644 --- a/jstests/noPassthroughWithMongod/geo_polygon.js +++ b/jstests/noPassthroughWithMongod/geo_polygon.js @@ -1,3 +1,7 @@ +// +// @tags: [SERVER-40561] +// + t = db.geo_polygon4; t.drop(); |