diff options
author | Sulabh Mahajan <sulabh.mahajan@mongodb.com> | 2018-01-18 11:33:15 +1100 |
---|---|---|
committer | Sulabh Mahajan <sulabh.mahajan@mongodb.com> | 2018-01-18 11:33:15 +1100 |
commit | 8fd172e330b5af597bfba60d0bb7add8dc1a236c (patch) | |
tree | 21302e2a03d3692fce6fdb8509c306b9d099bff0 /jstests/parallel/basicPlus.js | |
parent | 13a33d961f6936dc8290b8bb80f5c5b9e599f0a9 (diff) | |
download | mongo-8fd172e330b5af597bfba60d0bb7add8dc1a236c.tar.gz |
SERVER-32506 OSX Mobile SE variant: Tag tests to skip on mobile SE
Diffstat (limited to 'jstests/parallel/basicPlus.js')
-rw-r--r-- | jstests/parallel/basicPlus.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/parallel/basicPlus.js b/jstests/parallel/basicPlus.js index 54d6260002e..23d91c3054e 100644 --- a/jstests/parallel/basicPlus.js +++ b/jstests/parallel/basicPlus.js @@ -1,4 +1,5 @@ // perform basic js tests in parallel & some other tasks as well +// @tags: [SERVER-32675] load('jstests/libs/parallelTester.js'); var c = db.jstests_parallel_basicPlus; |