From 1a4017efa471bd9f242daf436d3560fb83bacc27 Mon Sep 17 00:00:00 2001 From: Henrik Edin Date: Wed, 11 Apr 2018 14:09:01 -0400 Subject: SERVER-29725 Tag jstests in core so we can run the suite on mongoe. --- jstests/core/mod1.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'jstests/core/mod1.js') diff --git a/jstests/core/mod1.js b/jstests/core/mod1.js index 11be6b1b293..29a7f372809 100644 --- a/jstests/core/mod1.js +++ b/jstests/core/mod1.js @@ -1,3 +1,7 @@ +// @tags: [ +// # Uses $where operator +// requires_scripting, +// ] t = db.mod1; t.drop(); -- cgit v1.2.1